教土豆学计算机
Once a log entry has been applied to a state machine, no other state machine must apply a different value for that log entry.
Raft safety property
This guarantees the safety requirement
Leaders never overwrite entries in their logs
Only entries in the leader’s log can be committed
Entries must be committed before applying to state machine