-
Type: Question
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.0.2
-
Component/s: Diagnostics
-
None
-
Environment:ubuntu 11.04
how do you know what is running when you look at its simply states: "query" : {"$msg" : "query not recording (too large)"
db.currentOp()
"opid" : -2016542264,
"active" : false,
"lockType" : "write",
"waitingForLock" : true,
"op" : "update",
"ns" : "",
"query" :
,
"client" : "X.X.X.X:42135",
"desc" : "conn",
"threadId" : "0x7f10f7cf8700",
"connectionId" : 754951,
"numYields" : 0
- is related to
-
SERVER-13952 Cache partial BSONObj if possible (instead of {$msg: "query not recording (too large)"})
- Closed