---
answer: direct
beat: system-design
source: 1 article · updated: August 3, 2026
---

Why did Chubby (Google) stick with Paxos instead of switching to Raft?

Chubby's Paxos implementation (Multi-Paxos) was battle-tested over years and underpinned Google's infrastructure. Rewriting it would risk production systems. Raft's advantage is strongest for NEW systems where you can bake comprehensibility into the design from the start, not retrofitting it into a working system.

Answered in

Why Raft Won: Consensus Built for Humans

Paxos is correct but hard to understand; Raft made consensus explicit. Same guarantees, different adoption. Why comprehensibility matters in algorithms.

Crashtech Editorial August 3, 2026 System Design

Read the full analysis

Other questions this article answers

More system design questions

Every answer on Crashtech is written by the editor of the article it comes from — never auto-summarised. Browse all answers or the System Design beat.