Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Last comment by Customer:true
-
Sprint:KANBAN BUCKET
Description
The killCursors command is currently not documented.
It must be run in the database, which contains the collection whose cursor(s) need to be killed and has the following syntax:
use <db name>;
|
db.runCommand({killCursors: '<coll name>', cursors: [NumberLong(<cursor id>), ... ]});
|
Attachments
Issue Links
- is duplicated by
-
DOCS-9235 Document the killCursors command
-
- Closed
-
-
DOCS-10302 Comment on: "manual/reference/privilege-actions.txt"
-
- Closed
-
-
DOCS-10506 no documentation for killCursors command
-
- Closed
-
-
DOCS-9569 Docs for SERVER-5811: Make a killCursors command
-
- Closed
-
-
DOCS-10043 killCursors command is not documented
-
- Closed
-