-
Notifications
You must be signed in to change notification settings - Fork 410
Issues: wenweihu86/raft-java
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
The commitIndex of a node in the "follower" state may decrease, which violates the Raft paper's description that the commitIndex should only increase monotonically.
#54
opened Jan 12, 2025 by
liang636600
updated Jan 18, 2025
The leader's matchIndex is not monotonically increasing, which violates the requirements outlined in the Raft paper and results in node states that could lead to misconceptions.
#53
opened Jan 8, 2025 by
liang636600
updated Jan 12, 2025
Replicate method calls the AppendEntries method on servers without skipping itself
#52
opened Oct 14, 2024 by
liang636600
updated Oct 14, 2024
The condition checks that the default value of leaderId in RaftNode is 0, not -1.
#50
opened Oct 14, 2024 by
liang636600
updated Oct 14, 2024
ProTip!
Updated in the last three days: updated:>2025-01-31.