Currently the moveChunk command double checks that it still holds the distlock before entering the critical section of a migration. SERVER-22658 will make the balancer take the lock, and the shard no longer has the distlock to check. CommitChunkMigration should thereafter check the distlock.
- is related to
-
SERVER-24781 DistLockManager on the CSRS primary should be able to re-acquire locks immediately after promotion
- Closed