The balancer is shuffling the list of existing sharded collections and then iterating over it by filling/processing batches.
If the last collection has balancing disabled, the loop is stopped without processing the last batch.
- is caused by
-
SERVER-65816 Change balancer policy to balance on data size rather than number of chunks
- Closed