Terms organize Raft leadership changes over replayed events.
highlighted = computed this step
Terms divide time
Raft uses terms as epochs. A node can move from follower to candidate to leader as events replay. Note: the timeline renders term and role after each event.
terms as epochs
Term timeline
The recomputed timeline has 5 snapshots and 1 elected leader. Note: leaders appear only after event replay.
snapshots=5,leaders=1
a simplified Raft over a tiny cluster: terms, votes, leader election, and the term-restricted commit rule are exact on these traces; the full safety proof, membership changes, snapshotting, log compaction, and real RPC/timing are beyond these traces - no product claims.
Summary
Terms make leadership a replayed event fact, not an authored initial state. Note: this is simplified Raft; the full safety proof, membership changes, snapshots, and real timing are beyond these traces.