-
Notifications
You must be signed in to change notification settings - Fork 997
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
Support Pre-Vote optimization #31
Comments
I used to implement a raft in c++. In this version, before election, the candidate send a query to others to check whether the leader is alive, when receives enough positive answers, then starts sending votes. |
See section 9.6 for more details - https://ramcloud.stanford.edu/~ongaro/thesis.pdf. |
https://blog.cloudflare.com/a-byzantine-failure-in-the-real-world/ , Can be fixed by[1]:
|
Fixed by #530 |
Use a pre-vote to avoid disrupting a stable cluster when possible
The text was updated successfully, but these errors were encountered: