SERVER-66720 made the balancer give up on waiting for some migration-related commands on interruptions. However, some of those waits were missed – in particular, these two related to the auto balancer itself: 1 & 2.
Those waits should be interruptable too. Waiting uninterruptably causes deadlocks on stepup.
- related to
-
SERVER-66720 Interrupt migration-related commands on CSRS upon stepdown
- Closed