-
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
CockroachDB unable to start due to gossip cache error after crashes #3883
Comments
this is one for @spencerkimball, introduced in #3711. But please (always) post the exact invocations. It's not clear how you're starting your server, so it's not clear whether you're passing a gossip bootstrap list, etc. |
This is with 78ae391. Ok after further investigation, did the syntax/semantics for With
With
With
|
(Note that I am now getting these errors even after erasing the data stores completely.) |
Try
|
Instead, we only record addresses gossiped by nodes. The previous code was using the resolver type for the address network type which was brain dead. There's no reason to set this list with resolvers in any case. That was a misguided notion and unnecessary. Fixes #3883
So I am running this 5-node cluster on AWS and have been running tests that have crashed the 5 servers regularly. For the second time in a week now, I have reached a point where the servers start but never become ready to serve requests:
The startup log then informs:
(the last few messages then repeat forever)
Not sure whether this is a bug in the product or in the documentation. The problem for now is that I do not know how to reset the gossiping state to a clean state and get my servers to start again, and i could not find this information in the documentation.
The text was updated successfully, but these errors were encountered: