Slide 50
Slide 50 text
Safety Guarantees
Election Safety
Only a single leader will be elected in each term.
Append Only Leaders
The leader will never delete or overwrite entries.
Log Matching
Any two logs with an entry of the same index and term, will contain the same value.
Leader Completeness
An entry committed in an earlier term will be present in the logs of leaders in later terms.
State Machine Safety
If a log entry at a given index has been applied to a server’s state machine, no other server will ever apply a
different log entry at the same index.