When the IndexBuildsCoordinator is enabled for the createIndexes command on the primary, running the change_streams_primary_shard_unaware.js in the sharding suite fails eventually. This seems to be related to the test stepping down the primary as the createIndexes command is delegating the remaining work for the index build to the IndexBuildsCoordinator's thread pool.
- is depended on by
-
SERVER-39454 Move createIndexes command fully onto the IndexBuildsCoordinator
- Closed