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
In #101885 we saw a quiesced range that was in the state leader not leaseholer. This causes a number of problems as it is not a well-supported state, and will not "self-recover" until the range is externally written to.
We should add a big warning (or assertion) when the replicate queue detects this state. If it can detect it in a "race-free" way we can fatal, but otherwise it should simply log loudly.
In #101885 we saw a quiesced range that was in the state leader not leaseholer. This causes a number of problems as it is not a well-supported state, and will not "self-recover" until the range is externally written to.
We should add a big warning (or assertion) when the replicate queue detects this state. If it can detect it in a "race-free" way we can fatal, but otherwise it should simply log loudly.
Jira issue: CRDB-27181
The text was updated successfully, but these errors were encountered: