Details
-
Task
-
Resolution: Done
-
Major - P3
-
mongodb-3.2
-
None
Description
MongoDB 3.2 introduced the killOp command, but this command is missing from the MongoDB list of commands here: https://docs.mongodb.org/manual/reference/command/
The old method of killing an operation is no longer effective for MongoDB 3.2:
Using PyMongo:
client.admin['$cmd.sys.killop'].find_one({'op': op})
|
Attachments
Issue Links
- related to
-
DOCS-9425 Missing command information for fsyncUnlock command from Database Commands
-
- Closed
-
-
DOCS-8007 Document currentOp command for 3.2+
-
- Closed
-
-
SERVER-7775 Make special commands (inprog, killop, unlock) go through the standard command codepath
-
- Closed
-