event-store-memory-ahead-of-disk

Status: IN

Event store appends events to the in-memory `_events` list before calling `_persist_event`, with no rollback on write failure — a crash or I/O error leaves the in-memory state ahead of disk with no mechanism to reconcile.

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

JSON