kvserver: circuit-break replicas when liveness not reachable #74616
Labels
A-kv
Anything in KV that doesn't belong in a more specific category.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
no-issue-activity
T-kv
KV Team
X-stale
Touches #33007.
As of #71806, replicas generally fail fast when they're unable to replicate commands in a timely manner. However, when the liveness range is unavailable (or not reachable from a replica), this property does not hold (as documented in a test case in
TestReplicaCircuitBreakers
referencing this issue). This is somewhat similar (though only in spirit) to #74503.Jira issue: CRDB-12174
The text was updated successfully, but these errors were encountered: