v0.9.19 #1388
drmingdrmer
announced in
Announcements
v0.9.19
#1388
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
Detail:
Improved:
Improved: 9bfd517f tolerate leader state reversion upon restart; by Zhang Yanpo; 2025-06-10
When a leader restarted and its log reverted, and tried to re-elect
itself as leader:
And when vote request is rejected and see a greater vote,
it should only update to the non-committed version of the responded vote
to its local state:
This prevents a dangerous scenario when state reversion is allowed:
become leader again;
lost or inconsistent;
By using the non-committed version, we prevent this reverted node from
becoming leader while still allowing proper vote updates for legitimate
cases.
This discussion was created from the release v0.9.19.
Beta Was this translation helpful? Give feedback.
All reactions