-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Fully Compatible
-
ALL
This is a testing failure, and not code failure.
killOp is done on a moveChunk operation on a shard, and an Interrupted error is returned to the balancer, which converts such errors into a retriable BalancerInterrupted error to return to the mongos. So the mongos retries the moveChunk command that the test wants to have completely aborted.
- depends on
-
SERVER-26307 MigrationManager can keep a migration document when not in stepdown / shutdown because it can't differentiate between its own error codes and those of the shard with which it communicates
- Closed