-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Storage Execution
-
ALL
-
It appears that mongodb uses the repairpath for scratch work during database repair, and cleans up the contents afterward. However, database files can be placed inside of the repairpath by using directoryperdb and then creating a database with the same name as the repairpath directory in the dbpath. This may cause the database to be removed after a repair operation is performed. This behavior was not seen with WiredTiger.