We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4342b commit 59c901aCopy full SHA for 59c901a
source/reference/limits.txt
@@ -141,6 +141,12 @@ Operations
141
142
.. see:: :operator:`$or` and :doc:`/core/geospatial-indexes`.
143
144
+.. _cannot-kill-foreground:
145
+.. limit:: Cannot Kill Foreground Index Build
146
+
147
+ You cannot use :method:`db.killOp()` to kill a foreground index
148
+ build.
149
150
Naming Restrictions
151
~~~~~~~~~~~~~~~~~~~
152
source/reference/method/db.killOp.txt
@@ -13,4 +13,7 @@ db.killOp()
13
:doc:`/reference/current-op` for full documentation of the output
14
of :method:`db.currentOp()`.
15
16
+ .. note:: You cannot use :method:`db.killOp()` to kill a foreground
17
+ index build.
18
19
.. include:: /includes/warning-terminating-operations.rst
0 commit comments