Content deleted Content added
→Leader Election: consistent verb tenses and make pronoun neutral |
→State Machine Safety: subject-verb agreement, possessive |
||
Line 37:
==== State Machine Safety ====
This rule is ensured by a simple restriction: a candidate can't win an election unless
Raft determines which of two logs (carried by two distinct servers) is more up-to-date by comparing the index term of the last entries in the logs. If the logs have last entry with different terms, then the log with the later term is more up-to-date. If the logs end with the same term, then whichever log is longer is more up-to-date.
|