Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn about a quieseced leader not leaseholder range #101903

Closed
andrewbaptist opened this issue Apr 20, 2023 · 0 comments
Closed

Warn about a quieseced leader not leaseholder range #101903

andrewbaptist opened this issue Apr 20, 2023 · 0 comments
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@andrewbaptist
Copy link
Collaborator

andrewbaptist commented Apr 20, 2023

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

@andrewbaptist andrewbaptist added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Apr 20, 2023
@andrewbaptist andrewbaptist closed this as not planned Won't fix, can't repro, duplicate, stale Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

1 participant