Raft (algorithm): Difference between revisions

Content deleted Content added
Watbe (talk | contribs)
m Follower crashes: minor grammar improvement
Line 44:
 
==== Follower crashes ====
If a follower crashes, AppendEntries request and vote request sent by other servers handle the failure by trying indefinitely to reach the downed server. If the server restart, the pending request will complete. If the request as already been taken into account before the failure, the restarted server will just ignore it the second time.
 
==== Timing and availability ====