← Back to Labs
etcd Commit Path
Follow one etcd write from leader proposal to quorum commit, MVCC revision, watch delivery, and lagging follower recovery.
Step 1 / 6A client sends one mutation to the current leader
etcd does not let every node invent new history. The client talks to the leader, because only the leader may place a new command into the Raft log for this term.
Commit index
1842202
Visible revision
481921 visible
Watch state
controller is caught up through rev 481921
Arrow keys to navigate · R to reset
Tap dots to jump to any step