-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
None
-
Storage Execution
-
ALL
-
0
In dropIndexes() method, between line 344 & line 350, new index builds can get started and committed after the dropIndexes cmd was able to abort the index builds successfully. This means, noneReady over here can be false as it can find ready indexes in the index catalog, resulting in this invariant failure.
- duplicates
-
SERVER-47319 dropIndexes will invariant if it sees complete indexes after successfully aborting a different index build
- Closed