-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Is there any way to reset cluster manually ? #5776
Comments
deregister it and redo register |
Sorry, I'll go into more detail. |
I have experienced the similar problem , may be nacos can conside that: |
@zcz3313 @weissxu Maybe you can tell me that what's original demand you really want. |
I found nacos is unstable under cluster mode after some tests. |
According to the standard raft protocol, there is no way to recover clusters from more than half of the nodes that can't respond to the leader, unless you don't want to follow the CAP principle. If any other causes result in cluster's instability, you should try to find the specific problem and fix it. |
I konw it. |
If more than half node down. Raft will have no leader. But It can recovery when your nodes restart. No need to delete dir. If you use k8s env. Please use host or domain to set cluster. If use ip. It might cause the raft metadata include removed ip and can't recovery because of more half nodes down. |
Is there any way to reset cluster manually ?
The text was updated successfully, but these errors were encountered: