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

Not all states handle all protocol messages #44

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

Not all states handle all protocol messages #44

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

Comments

@schuster
Copy link

There are a few instances in which a server in a given state will not handle a given protocol message. Usually these messages would not be sent to servers in such states, but if a message is delayed long enough for the recipient to change states before receiving it, the message might arrive in that later state.

Instances found:

  • Follower does not handle VoteCandidate, DeclineCandidate, AppendSuccessful, or AppendRejected
  • Leader does not handle RequestVote
  • Candidate does not handle AppendSuccessful or AppendRejected
@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

2 participants