Right now if the Balancer's moveChunk command gets an error return of ChunkTooBig, that chunk is then split or marked jumbo.
MigrationManager will return a map of Status results for all the moveChunk commands it executes. The Balancer will go through the responses and will need a split chunk helper function to call on
- has to be done before
-
SERVER-24853 Refactor Balancer code to use MigrationManager in order to move chunks in parallel
- Closed
- related to
-
SERVER-24867 Move splitChunk and mergeChunk to config server
- Closed