-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
v4.4
-
Sharding 2020-03-09, Sharding 2020-03-23, Sharding 2020-04-06
-
9
An example scenario with dropIndex with 2+ shards:
1. test sends dropIndex to mongos.
2. dropIndex successfully runs in shard0.
3. dropIndex returns StaleConfig error in shard1 because of migration.
4. Mongos retries dropIndex but got index does not exist error because it is already dropped in shard0.
- related to
-
SERVER-50337 Complete TODO listed in SERVER-46040
- Backlog
-
SERVER-47273 Remove blacklist for fixed test
- Closed