If a collection is unsalvageable by WiredTiger, the data file should be moved aside (potentially to a .corrupt file name), and a new, empty collection should be created in its place.
Currently, repair fails if a collection is unsalvageable. This behavior should be changed so that the database can be started normally even if collections cannot be salvaged.
- related to
-
SERVER-60014 provide single utility library for fsyncing files and directories
- Closed