replica-put-no-concurrency-safety

Status: IN

The version check and store update in `Replica.put` are not atomic (TOCTOU race on lines 22–25); the method is unsafe under concurrent access without external locking.

Source: entries/2026/05/29/read-repair-read_repair-put.md

JSON