lsm-flush-double-loss-window

Status: IN

The LSM `_flush()` truncates the WAL after writing an SSTable, but since neither the SSTable write nor the truncation is fsynced, a crash can lose both the WAL source data and the SSTable destination simultaneously — making the data irrecoverable

Source: entries/2026/05/29/topic-bitcask-crash-recovery-guarantees.md

JSON