[SERVER-2313] db.currentOp() doesn't give information on object or index being created Created: 30/Dec/10  Updated: 31/Dec/10  Resolved: 31/Dec/10

Status: Closed
Project: Core Server
Component/s: Admin
Affects Version/s: 1.7.3
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Kenny Gorman Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:

 Description   

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%"
}
]
}



 Comments   
Comment by Eliot Horowitz (Inactive) [ 31/Dec/10 ]

SERVER-2313 will handle this as well.

Generated at Thu Feb 08 02:59:35 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.