-
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
stability: freeze-cluster failure #7238
Comments
Copying logs directories on all nodes to |
We just tried the freeze again and it reported 0 newly frozen ranges My feeling is that it's not only the freeze that didn't go as planned here. On Wed, Jun 15, 2016 at 9:50 AM marc [email protected] wrote:
-- Tobias |
Attempted another restart as well as |
Raft debug endpoint (for node 2): https://104.196.24.126:8080/_status/raft Sample frozen ranges:
|
Data and logs on |
The Raft log for 230 is not spectacular: it's been truncated to ~20 entries and shows nothing but the leader lease going back and forth between node 2 and node 5. |
I believe this will be deprecated by proposer-eval-kv. @bdarnell, can you please confirm and close? |
Let's wait until propEvalKV is done and we can verify that the upgrade goes smoothly. (and then we can replace this issue with one to rip out all the freeze-cluster machinery) |
This command was unfinished, and now it never will be as freezing the cluster is no longer an acceptable upgrade process. Closes cockroachdb#7238 Closes cockroachdb#7038 Closes cockroachdb#7928
This command was unfinished, and now it never will be as freezing the cluster is no longer an acceptable upgrade process. Closes cockroachdb#7238 Closes cockroachdb#7038 Closes cockroachdb#7928
sha: c17928f
Tried to freeze nodes on
beta
prior to upgrade. All nodes were currently healthy.started
cockroach freeze-cluster
against node1:I stopped the
block_writer
andphotos
apps sometime after I started thefreeze-cluster
command, but long before it terminated.The text was updated successfully, but these errors were encountered: