-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
200
count_indexed.js creates an index and relies on it existing throughout the test. In config transition suites, movePrimary is run in the background, which can cause this index to be lost if the createIndexes command runs concurrently. Either exclude this test from these suites, or figure out some other way to prevent movePrimary from running until the test initialization is complete until we can address this in SERVER-90609.
- is duplicated by
-
SERVER-91755 Exclude count_indexed.js from concurrency with balancer suites
- Closed
- is related to
-
SERVER-90609 Current use of DatabaseShardingState::isMovePrimaryInProgress in createIndex is not sufficient to prevent running together with movePrimary
- Backlog