raft-sentinel-entry-assumption

Status: IN

The Raft log is initialized with a sentinel `LogEntry(term=0, index=0, command=None)` at position 0, and multiple methods depend on this entry always being present at `self._log[0]`

Source: entries/2026/05/29/topic-raft-log-compaction.md

JSON