You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the first problem: it results in waiting for a response from more nodes than necessary. If at_least will be reduced, then additional finish_at_least_handles call will be required in the case the local put failed
at_least
is not reduced by the number of local copies when requests are made simultaneously to local and remote nodes: https://github.com/qoollo/bob/blob/master/bob/src/cluster/quorum.rs#L44warn
log instead oftrace
infinish_at_least_handles
(previously it wastrace
): https://github.com/qoollo/bob/blob/master/bob/src/cluster/operations.rs#L65put_remote_nodes
always runput_at_least
even when the list oftarget_nodes
is empty: https://github.com/qoollo/bob/blob/master/bob/src/cluster/quorum.rs#L135The text was updated successfully, but these errors were encountered: