-
Notifications
You must be signed in to change notification settings - Fork 1.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
Enhance the failover logic for balance procedure. #2232
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
Pleas hold on for a while. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks to THANOS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great THANOS
* Check peers when added part already existed * Fix bug about catchup Co-authored-by: heng <heng.chen@vesoft.com>
* Check peers when added part already existed * Fix bug about catchup Co-authored-by: heng <heng.chen@vesoft.com>
During chaos testing, we found some problems when the opening part is too slow. It always causes the members in raft group mix up its peers, and leader election always failed.
To recover from it, we have this PR.