Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c/members_backend: check domain while decr removed replicas
in calculate_unevenness_error we calculate current replicas per node by domain. Previously we didn't check domain of replicas that are going to be removed so we decremented allocated_replicas incorreclty. Now we add check that removing replica has same domain as we are counting now
- Loading branch information