-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Concurrency
-
None
-
ALL
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
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" : [
]
}