Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c/partition_balancer: don't finish rebalance if some ntps are immutable
Previously, we finished counts rebalance if no new moves could be found, even when some partitions were not moveable. This could lead to finishing too early and not achieving balanced distribution when many partitions were not moveable (e.g. because they are disabled due to recovery mode).
- Loading branch information