You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"violated_contract": "A conflict loop over a shared compare-and-swap must space its rounds. Retrying immediately re-reads the state the winning peer just advanced, so concurrent writers keep losing in lockstep and a bounded budget of immediate attempts is spent on ordinary contention rather than on a real failure — the caller fails closed even though every attempt was retryable.",
"canonical_prevention": "Give the loop a bounded backoff schedule and derive its attempt count from that schedule, so 'how many rounds' and 'how far apart' cannot drift apart. A caller that already owns an outer converging loop passes an explicit immediate schedule rather than the inner loop silently having none.",