-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
None
-
Affects Version/s: 2.6.0
-
Component/s: Index Maintenance
-
None
-
ALL
-
If you drop one index while another index on the same collection is building in the background, it aborts the background index build. This is because we invalidate all cursors on a collection when we drop an index, not just the cursors affected by the drop.
This can affect bg index builds on secondaries, since the concurrent timing of the index build and index drop can be different than on the original primary node.
- is related to
-
SERVER-3964 Dropping an index invalidates all cursors on that collection, not just ones using that index.
- Closed