The JS test indexbg_shutdown.js obtains the opID from the db.currentOp() result in order to attempt to (unsuccessfully) abort the index build. Since the IndexBuildsCoordinator updates the db.currentOp() output before it disables interruptions on a secondary node, this creates a window during which it may be possible for the test to interrupt the index build prematurely.
- is depended on by
-
SERVER-39454 Move createIndexes command fully onto the IndexBuildsCoordinator
- Closed