Skip to content

Commit 59c901a

Browse files
author
Bob Grabar
committed
DOCS-353 killOp and foreground index ops
1 parent dd4342b commit 59c901a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

source/reference/limits.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ Operations
141141

142142
.. see:: :operator:`$or` and :doc:`/core/geospatial-indexes`.
143143

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+
144150
Naming Restrictions
145151
~~~~~~~~~~~~~~~~~~~
146152

source/reference/method/db.killOp.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ db.killOp()
1313
:doc:`/reference/current-op` for full documentation of the output
1414
of :method:`db.currentOp()`.
1515

16+
.. note:: You cannot use :method:`db.killOp()` to kill a foreground
17+
index build.
18+
1619
.. include:: /includes/warning-terminating-operations.rst

0 commit comments

Comments
 (0)