Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-6216

add a killAllOps command WAS: Add 'Kill All Ops' feature in shell

    • Type: Icon: New Feature New Feature
    • Resolution: Won't Fix
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Admin
    • Labels:
      None
    • Fully Compatible

      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)

      { db.killOp(o.opid) }

      )
      }

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            dstorrs David K. Storrs
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: