Skip to content
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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants