The balancer currently checks the balancer config to see whether the balancer should run or not, as well as a stopRequested helper function. These two checks are made before each migration is scheduled.
The MigrationManager needs means to check whether it should continue scheduling migrations or not. Perhaps a state variable that the balancer can set.
- is related to
-
SERVER-24853 Refactor Balancer code to use MigrationManager in order to move chunks in parallel
- Closed