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

raft: Ignore the out-of-date append message #2480

Closed
wants to merge 1 commit into from

Conversation

xiang90
Copy link
Contributor

@xiang90 xiang90 commented Mar 10, 2015

follower should ignore the out-of-date append message instead of
replying it as reject. Or it will trigger the leader's resending
logic, which might have a high cost.

follower should ignore the out-of-date append message instead of
replying it as reject. Or it will trigger the leader's resending
logic, which might have a high cost.
@xiang90
Copy link
Contributor Author

xiang90 commented Mar 10, 2015

/cc @yichengq @bdarnell

@xiang90
Copy link
Contributor Author

xiang90 commented Mar 11, 2015

totally not going to work... wrong assumption.

@xiang90 xiang90 closed this Mar 11, 2015
@xiang90 xiang90 mentioned this pull request Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant