Fixed: Fpre004

Example: A simultaneous prefetch and backend compaction left metadata in two states: “last write pending” and “cache ready.” The verification routine checked them in the wrong order, returning FPRE004 when it observed the inconsistency.

Mara logged the closure note with a single sentence: “Root cause: prefetch-state race on write acknowledgment; mitigation: state barrier + backoff; verified in emulator and pilot—resolved.” Her fingers hovered, then she added one extra line: “Lesson: never trust silence from legacy code.” fpre004 fixed

Example: Running a targeted read on file X would succeed 997 times and fail on the 998th with an unhelpful ECC mismatch. Reproducing it in the lab required the team to replay a specific access pattern: burst reads across poorly aligned block boundaries. Example: A simultaneous prefetch and backend compaction left

Example: The first response script retried IO to the affected drive three times and then quarantined it. The cluster remapped blocks automatically, but latency spiked for clients trying to read specific archives. Example: The first response script retried IO to