Follower should be able to vote more than once in a term
schuster opened this issue · 5 comments
schuster commented
Because Raft RPCs are idempotent, Followers should be able to vote for the same candidate more than once in a given term. This allows the candidate to receive a response in case the first response was dropped.
colin-scott commented
For what it's worth, I have a (non-pull-request-worthy) fix for this here:
NetSys/demi-applications@4e733c4
NetSys/demi-applications@7fecff5
dmitraver commented
@colin-scott Are you planning to make a pull request with all your changes?
colin-scott commented