-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.6.0, 1.6.1
-
Component/s: None
-
None
-
Environment:Ubuntu 10.04, MongoDB 1.6.1
-
ALL
Bug in the oplog for remove. All other queries follow the syntax:
[Timestamp] [connection#] [update|remove|insert] [ns] query:
{....}byid 0ms
Example:
Thu Aug 19 18:55:54 [conn8] query mydb.users ntoreturn:1 reslen:341 nreturned:1 0ms
Thu Aug 19 18:55:56 [conn8] update mydb.users query:
byid 0ms
However a remove is coming up like:
Thu Aug 19 19:02:22 [conn28] remove query: { _id:
} 0ms
Missing the namespace that the object was removed from.