Skip to content

Multiple problems in a request that adds support for multiple replicas on the same node #837

@ikopylov

Description

@ikopylov
  1. 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#L44
  2. warn log instead of trace in finish_at_least_handles (previously it was trace): https://github.com/qoollo/bob/blob/master/bob/src/cluster/operations.rs#L65
  3. put_remote_nodes always run put_at_least even when the list of target_nodes is empty: https://github.com/qoollo/bob/blob/master/bob/src/cluster/quorum.rs#L135

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions