-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Split-brain? #2733
Comments
@CSharpRU Can you please share the Vault version, config file and the server logs? |
Version: 0.7.0 Config:
Logs:
|
@CSharpRU The node for which you have attached the logs seems to have become an active node. How many nodes are in the cluster and what is the output of |
@vishalnayak I've fixed it already by removing leader and lock keys from etcd. |
@CSharpRU Glad to know that its working. If you happen to know what had caused the lock keys to go to that state, please do let us know. Closing this issue for now. |
@xiang90 do you want to look into this? |
@vishalnayak I think that it was caused by etcd and Vault outage (killed by memory). But I can't find anything in logs (maybe because it was level=err) and I can't explain why those keys were staying and new "election" wasn't started. |
It should recover; xiang90 maintains the etcdv3 backend, hence my ping. |
@CSharpRU Can you reproduce it? Probably provide a step by step guide or a script so that we can look into it more? |
@xiang90 nope, it was made by our devops guy. I'll ask him tomorrow, maybe he'll give some info about that. |
Thanks, will update and try to repeat it! |
Hi there,
I have Vault with etcdv3 in HA mode. Accidentally, I've got situation when all nodes are online in standby mode, but no one is trying to make itself master.
How to fix that?
The text was updated successfully, but these errors were encountered: