When the IndexBuildsCoordinator is enabled in the createIndexes command, it is responsible for maintaining a registry of active index builds. However, in certain cases, an index build may be erroneously left registered if an exception is thrown from
MultiIndexBlock::init().
- is depended on by
-
SERVER-39454 Move createIndexes command fully onto the IndexBuildsCoordinator
- Closed