-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Sharding
-
ALL
... until next migration.
1. moveChunk gets called, destination shard calls listIndexes.
2. createIndex with text index was sent to recipient shard.
3. destination shard got the list of indexes, but doesn't include the in progress text index.
4. text index finished in recipient.
5. moveChunk completes
6. text query get targeted to the destination shard - error: text index required
- duplicates
-
SERVER-31715 createIndexes (and dropIndexes) may not create index (or leave index around) if migration happens concurrently
- Closed