commit index
RU: commit index
In the Raft consensus algorithm, the highest log entry index the leader knows to be safely replicated on a majority of servers. The leader advances the commit index when a quorum acknowledges an entry and propagates the new value to followers via AppendEntries RPCs so they can apply the entry to their state machines.