Currently the auto-merger is issuing only one action per <shard,nss> by popping the collection from the map right after creating an action.
Since SERVER-74405 introduced a limit of 1000 chunks to merge when serving requests issued by the auto-merger, the policy must keep on returning actions as long as there are chunks to merge.
- causes
-
SERVER-78052 Properly handle conflict between balancer splitting due to zoning and auto-merger
- Closed