-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: cluster fails to reboot, "no allowed privileges found for system object" after restart with wrong binary #40702
Comments
cc @dt for triage due to the error encountered |
For reference here's the list of diffs between the two versions: |
cc @lucy-zhang as dt is on vacay |
I'm closing this as stale. |
tldr: if I initialize a cluster with the latest
master
code, then try to restart with themaster
code from a few days ago, the cluster becomes hosed.I think this is indicative of improper versioning somewhere. There should be guardrails against this mistake when made by users.
Observations
This is a freshly created cluster, created with
roachprod
:Here some the nodes fail, for example like this:
Relevant log lines on node 1:
Attached logs for the entire cluster.
init-fail.zip
I also have the data directories if relevant.
After I shut down the remaining nodes, if I try to restart the cluster, other nodes fail to come up, with the same error.
The text was updated successfully, but these errors were encountered: