raft-match-index-defaults-zero

Status: IN

Peers missing from `_match_index` are treated as having replicated nothing via `dict.get(peer, 0)`; `_become_leader` initializes all peers to 0, so this default is safe but allows graceful handling of unexpected state.

Source: entries/2026/05/29/raft-consensus-raft-_advance_commit_index.md

JSON