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

db.currentOp() doesn't give information on object or index being created

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.7.3
    • Component/s: Admin
    • Labels:
      None

      db.currentOp() doesn't give information that allows an admin to see what particular collection and what field is being indexed:

      > db.currentOp()
      {
      "inprog" : [
      {
      "opid" : 60013,
      "active" : true,
      "lockType" : "write",
      "waitingForLock" : false,
      "secs_running" : 23,
      "op" : "insert",
      "ns" : "test.system.indexes",
      "query" : {

      },
      "client" : "172.26.190.17:45019",
      "desc" : "conn",
      "msg" : "index: (1/3) external sort 1824303/150037316 1%"
      }
      ]
      }

            Assignee:
            Unassigned Unassigned
            Reporter:
            kgorman Kenny Gorman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: