Multi-Paxos with Disk Persistence

Marton Trencseni - Sun 22 February 2026 • Tagged with lamport, paxos, multipaxos, distributed, consensus, durability, python, flask

This post extends the simple Multi-Paxos implementation with disk persistence, ensuring acceptor promises and the replicated log survive restarts, and showing how log replay restores state after crashes.

Continue reading