raft-commit-requires-strict-majority

Status: IN

An entry is committed when `count > total // 2`, meaning for a 5-node cluster at least 3 replicas (including the leader) must have the entry, matching Raft's quorum requirement.

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

JSON