-
Notifications
You must be signed in to change notification settings - Fork 1
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
Node goes from follower to leader state #17
Comments
I believe the issue is:
|
Jinny and I pushed a fix for this in the test branch. However, this involves adding a boolean flag to update_term, which is sort of ugly. Does anyone have a better idea on how to fix this? |
If we look at a trace of node state transitions, we see that a node goes from candidate to follower to leader. It should probably not become a follower in between the candidate and leader states:
The text was updated successfully, but these errors were encountered: