mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 07:26:51 +00:00
retries_remaining is stamped on the txq.accept_tx span before the transaction is applied and before the retry counter is decremented, so a span with txq_status="retried" always shows a non-zero count and exhaustion shows up as txq_status="failed" with zero. The attribute comment said only "retries left before discard", which reads as a post-decrement value and led to a runbook query that could never match. Also rename the drifted consensus_trace_strategy value in the plan docs from "attribute" to "random", the spelling the parser accepts, and note that it is experimental and not used.