-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Xandra can't recover when all Nodes are down #373
Comments
I dug deeper in this and it seems like there are 2 problems:
|
I think to solve the second problem, we might try to handle |
We observed a couple of times that when all of the Cassandra nodes are down for a bit and back again,
Xandra
sometimes fails to reconnect.I have reproduced this and observed the following:
After all nodes are shut down, Control connection fails to connect to any of the nodes at first:
so we can establish a control connection when one node is up again, however, we don't seem to update our state properly and can't recover from that.
The text was updated successfully, but these errors were encountered: