raft-log-never-shrinks

Status: IN

`self._log` in `RaftNode` is append-only: no method ever removes entries, so the log grows monotonically with client requests and memory usage is unbounded

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

JSON