File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -553,8 +553,10 @@ process:
553
553
554
554
* - Mark the Index as Ready
555
555
556
- - The :binary:`~bin.mongod` updates the index metadata to
557
- mark the index as ready for use.
556
+ - .. _index-build-process-ready:
557
+
558
+ The :binary:`~bin.mongod` updates the index metadata to
559
+ mark the index as ready for use.
558
560
559
561
* - Lock
560
562
Original file line number Diff line number Diff line change
1
+ The :method: `db.collection.dropIndexes() ` command cannot drop
2
+ :ref: `ready indexes <index-build-process-ready >`
3
+ if there are any in-progress index builds.
4
+
5
+ - In versions 4.4.0-4.4.4 of MongoDB, this logic was not true
6
+ due to a bug.
Original file line number Diff line number Diff line change @@ -109,6 +109,11 @@ Definition
109
109
Behavior
110
110
--------
111
111
112
+ Cannot Drop ``Ready`` Indexes During In-Progress Index Builds
113
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114
+
115
+ .. include:: /includes/fact-5.0-dropindexes-inprog.rst
116
+
112
117
Kill related queries only
113
118
~~~~~~~~~~~~~~~~~~~~~~~~~
114
119
Original file line number Diff line number Diff line change @@ -237,6 +237,11 @@ truncations.
237
237
Indexes
238
238
-------
239
239
240
+ Cannot Drop ``Ready`` Indexes During In-Progress Index Builds
241
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
242
+
243
+ .. include:: /includes/fact-5.0-dropindexes-inprog.rst
244
+
240
245
Removal of ``geoHaystack`` Index and the ``geoSearch`` Command
241
246
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
242
247
You can’t perform that action at this time.
0 commit comments