Replicated Logs
Honest by Construction
committedIndex, divergence, and repair are recomputed before rendering.
Honest by construction
The author supplies node logs and optional expected facts. The engine recomputes committedIndex, follower match facts, divergence, and repaired logs before rendering. Note: expected facts can reject a mismatch but cannot create the answer.
Compiled cluster
The compiled cluster has committedIndex 2 and 2 followers. Note: the render shows the cluster facts.
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.
Wrong result reject
A wrong expected committedIndex is rejected during the lesson self-test. Note: the rejection happens before an inconsistent diagram can publish.
Summary
Replication lessons are honest because commit, divergence, and repair are recomputed from the logs. 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.