With the change in WT-5048, WiredTiger will always return WT_TRY_SALVAGE when calling wiredtiger_open() when there is a corrupted metafile. Before, it would miss some cases and return WT_ERROR or WT_PANIC. To merge these WiredTiger changes into the server, we'll need to change an assertion in wt_missing_file_errors.js to respect this change.
- has to be finished together with
-
WT-5048 wiredtiger_open with a corrupted meta file should always return WT_TRY_SALVAGE
- Closed