mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
Docs-only from phase-10: two commits refining the sync-diagnosis decision rule and nodestore_state metric semantics. Reviewed for conflicts with this branch's work and found none. Two points worth noting because they touch documentation this branch also edits: - node_reads_hit is re-described from "reads served from cache" to "fetches that found an object (not a cache hit)". That is the accurate reading of the counter and does not change any query here. - The cold-read decision rule is retuned (insert mean threshold ~1.2, and the read-mean/found-rate split for telling cold-but-held from real misses). It does not contradict the retirement of nodestore_latency on this branch, which removed a duplicate gauge rather than any nodestore_state series. git merge-tree reported 0 conflicts before merging.