macos-fsync-not-durable

Status: IN

On the development platform (Darwin/APFS), `os.fsync()` may not flush the disk write cache; true durability requires `fcntl(fd, F_FULLFSYNC)`, which is never used at any of the 13 fsync call sites in the codebase.

Source: entries/2026/05/29/topic-posix-durability-guarantees.md

JSON