committedIndex is a deterministic function of the replicated logs.
highlighted = computed this step
Committed is exact
committedIndex is not a guess or a performance claim. It is a pure function of the leader log and which nodes match each prefix entry. Note: recompiling the same cluster gives the same facts.
exact commit
Deterministic facts
The committedIndex is 2 across 2 followers. Note: follower match facts are recomputed with the same pass.
committedIndex=2,followers=2
a simplified leader-based log replication; quorum commit + log repair are exact on these tiny clusters; full Raft safety, leader election (next book), and network partitions/timing are beyond these traces - no product claims.
Summary
Exact replication lessons expose the deterministic core before timing and elections. Note: this is simplified leader-based replication; full Raft safety and leader election are the next book, while partitions and timing are beyond these traces.