db.currentOp() currently displays getmore operations as follows:
{
"opid" : 1009927,
"active" : true,
"lockType" : "read",
"waitingForLock" : false,
"secs_running" : 5,
"op" : "getmore",
"ns" : "db.col",
"query" : {
},
"client_s" : "hostname:56211",
"desc" : "conn",
"threadId" : "0x7f38088b1452",
"connectionId" : 3,
"numYields" : 0
}
It would be nice if this output displayed the query that created the cursor (like the output for query ops)
- is depended on by
-
SERVER-7714 currentop() from master in master-slave pair includes invalid BSON
- Closed
- is related to
-
SERVER-7562 Change OplogReader to send query as OpTime, not Date
- Closed
- related to
-
SERVER-16265 Add query details to getmore entry in profiler and db.currentOp()
- Closed