Consensus
A consensus algorithm must satisfy the following properties:
- Uniform agreement: No two nodes decide differently.
- Integrity: No node decides twice.
- Validity: If a node decides value
v
, then v was proposed by some node. - Termination: Every node that does not crash eventually decides some value.
Created from: Raft & Paxos 202211231100
uid: 202211232125 tags: #distributed-systems #software-engineering