finishRecovery is not interruptible because the interrupt function is called in the code that runs after finishRecovery returns.
finishRecovery should also handle being interrupted – like not deleting the migration docs on exit.
- has to be done after
-
SERVER-24866 Balancer should be able to recover its state after CSRS primary stepdown/crash
- Closed