File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ operation on a :term:`primary` or standalone :binary:`~bin.mongod`, use
54
54
:method:`db.killOp()`. The partially built index will be
55
55
deleted.
56
56
57
- You cannot terminate a *replicated* index build on secondary members of
58
- a replica set. You must first :method:`drop <db.collection.dropIndex()>`
59
- the index on the primary. The secondaries will replicate the drop
60
- operation and drop the indexes *after* the index build completes.
61
- All further replication blocks behind the index build and drop.
57
+ You cannot terminate a replicated index build on secondary members of a replica
58
+ set. You must first drop the index on the primary. Starting in version 4.4, the
59
+ primary stops the index build and creates an associated ``abortIndexBuild``
60
+ :term:`oplog` entry. Secondaries that replicate the ``abortIndexBuild`` oplog
61
+ entry stop the in-progress index build and discard the build job.
62
+
63
+ To learn more, see :ref:`dropIndexes-cmd-index-builds`.
62
64
63
65
How do I see what indexes exist on a collection?
64
66
------------------------------------------------
You can’t perform that action at this time.
0 commit comments