An aborted index build may fail on an invariant if the index build is interrupted after acquiring the locks to read the commit quorum.
This may happen when the collection/index is dropped (which aborts in-progress index builds) during the _signalPrimaryForCommitReadiness() index build stage.
- related to
-
SERVER-48238 [4.4] index_abort_before_commit_signal.js times out when using single phase index builds
- Closed
-
SERVER-48407 createIndexes command in fsm_workloads/drop_index_during_replan.js fails with NoMatchingDocument error
- Closed
-
SERVER-48588 createIndexes command in fsm_workloads/yield_with_drop.js fails with NoMatchingDocument error
- Closed