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

explain() can't be killed

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Concurrency
    • Labels:
      None
    • ALL

      if you do db.find().explain(), on a giant table, there is no way to ever kill it. you will see lines like the following in the currentOp output, with quickly incrementing getmore opid's

      > db.currentOp()
      {
      "inprog" : [

      { "opid" : 205803, "active" : true, "lockType" : "read", "waitingForLock" : false, "secs_running" : 0, "op" : "getmore", "ns" : ......., "desc" : "conn" }

      ]
      }

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            dwight@mongodb.com Dwight Merriman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: