jasonrogena / lightraft

Wrapper around SQLite that makes it distributed. This is an experiment, don't use in production
11 stars 2 forks source link

Handling Follower and Candidate Crashes #6

Open jasonrogena opened 4 years ago

jasonrogena commented 4 years ago

Make sure all AppendEntries and RequestVote requests are retired indefinitely if not acknowledged to have been received by a follower or candidate. This is to ensure that follower/candidate crashes are handled [In Search of an Understandable Consensus Algorithm, 5.5].