In any of the following cases during startup, MongoDB should exit with the same error message requiring the user to run --repair. The current behavior is a crash with no helpful information.
- Missing or corrupt _mdb_catalog
- Missing or corrupt WiredTiger.wt metadata
- Missing or corrupt collections or indexes
- is duplicated by
-
SERVER-27820 Improve storage engine logging at startup to include additional failure information
- Closed