event-store-persist-no-flush-no-fsync

Status: IN

`EventStore._persist_event` opens the NDJSON file in append mode, writes one JSON line, and closes it without calling `flush()` or `os.fsync()`; written data may remain in OS buffers or Python buffers at crash time.

Source: entries/2026/05/29/topic-batch-atomicity-gap.md

JSON