Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
4.0.4
-
None
Description
When attempting to dump a local capped collections, mongodump fails with the following message:
mongodump --db local --collection oplog
|
2018-12-13T09:15:35.156+0100 writing local.oplog to
|
2018-12-13T09:15:35.157+0100 Failed: error writing data for collection `local.oplog` to disk: error reading collection: error processing query: ns=local.oplogTree: $and
|
Sort: {}
|
Proj: {}
|
planner returned error: bad hint
|
(The oplog collection in this example was restored previously from another environment, and is not named rs.oplog on purpose)