Read textbook pages 945 to 947
- Proposer sends a Prepare message to acceptors
- Acceptors send back Promise message which says it will not accept any proposals lower than the accepted value
- Proposers sends Accept messages to Acceptors with a proposal number and unique ID number
- …
https://www.beyondthelines.net/algorithm/multi-paxos/
https://www.wikiwand.com/en/Bully_algorithm
- The lowest number node is always the leader
- When the leader is failing, the node broadcasts its number to all other nodes
- If the node doesn’t receive a node number lower than itself, then it becomes the leader and broadcasts a message letting the other nodes know that it is the leader
