If MongoDB rolls back an explicit collection creation, it will not record the dropped data to disk.
This issue was made more acute in MongoDB 3.0, when all implicit collection creation was changed to explicitly create an oplog entry. Thus, downstream replicating nodes now create all collections explicitly.
- is duplicated by
-
SERVER-20597 Save data that is rolled back to the rollback directory
- Closed