Raft (algorithm): Difference between revisions

Content deleted Content added
Pdkaye (talk | contribs)
Pdkaye (talk | contribs)
Line 44:
 
==== Follower crashes ====
If a follower crashes, ''AppendEntries request'' and ''vote'' requestrequests sent by other servers handlewill thefail. failure Such failures are handled by the servers trying indefinitely to reach the downed serverfollower. If the serverfollower restartrestarts, the pending requestrequests will complete. If the request ashas already been taken into account before the failure, the restarted serverfollower will just ignore it.
 
==== Timing and availability ====