Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Follower should be able to vote more than once in a term #29

Open
schuster opened this issue Apr 15, 2015 · 5 comments
Open

Follower should be able to vote more than once in a term #29

schuster opened this issue Apr 15, 2015 · 5 comments
Milestone

Comments

@schuster
Copy link

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
Copy link
Contributor

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
Copy link
Contributor

@colin-scott Are you planning to make a pull request with all your changes?

@colin-scott
Copy link
Contributor

Yeah, @ktoso just suggested that I should. But some of them do depend on your #55, for what it's worth.

@ktoso
Copy link
Owner

ktoso commented Aug 8, 2015

I'll look into #55 and others tonight so we can start rolling fixes in then :)

@dmitraver
Copy link
Contributor

@ktoso Good news :) I'm looking forward to that

@ktoso ktoso modified the milestone: 1.0 Aug 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants