sstable-writer-finish-no-fsync

Status: IN

`sstable-and-compaction/sstable.py:SSTableWriter.finish()` closes the file without calling `flush()` or `os.fsync()`, relying on implicit Python close-time buffer flush with no disk durability guarantee.

Source: entries/2026/05/29/topic-fsync-guarantees-across-implementations.md

JSON