replay-lacks-batch-atomicity-across-implementations

Status: OUT

Both the unbundled WAL and B-tree WAL replay all CRC-valid records without verifying batch completeness, meaning partial batches from mid-write crashes are silently applied as if they were complete transactions.

Justifications

Two independent WAL implementations share the same replay-safety gap, suggesting a systematic design choice (or oversight) rather than an isolated bug

Depends on (SL): wal-replay-no-atomicity-check, btree-wal-replays-without-commit

Depended on by

JSON