Add a recovery option for the new store: skip_corrupted_meta_entries

This commit is contained in:
Vitaliy Filippov
2026-03-02 02:51:09 +03:00
parent d4c67b4879
commit 22c39561cf
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ public:
// Suitable only for server SSDs with capacitors, requires disabled data and journal fsyncs
int immediate_commit = IMMEDIATE_NONE;
bool inmemory_meta = false;
bool skip_corrupted_meta_entries = false;
uint32_t meta_write_recheck_parallelism = 0;
// Maximum and minimum flusher count
unsigned max_flusher_count = 0, min_flusher_count = 0;