Details
-
New Feature
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
None
-
Fully Compatible
Description
I used the following code to kill all ops and thereby terminate a long-running map reduce. It would be handy if this could be done as a built-in shell command. Perhaps: db.killAllOps()
Code:
function killAllOps() {
ops = db.currentOp()
ops.inprog.forEach(function(o)
)
}
Attachments
Issue Links
- is documented by
-
DOCS-9035 add a killAllOps command WAS: Add 'Kill All Ops' feature in shell
-
- Closed
-