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