raft algorithm: During the leader Election, it is prompted that term1 has 2 leaders
49 views
Skip to first unread message
Zeroes L
unread,
Nov 23, 2022, 3:58:20 AM11/23/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to raft-dev
I don't know what causes such problems. My election timeout is random and being elected as leader requires the vote of most nodes. And, there are three nodes in the whole cluster.
M Keyer
unread,
Dec 6, 2022, 1:57:58 PM12/6/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to raft-dev
Did you ensure that each follower grants at most one vote per term?