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

What is split-brain, and why is it dangerous in a replicated database?

Split-brain happens when a network partition causes two nodes to each believe they are the sole leader, both accepting writes independently. When the partition heals, the two histories have diverged and must be reconciled — and any reconciliation strategy risks silently dropping or overwriting real writes. It's the sharpest failure mode of leader-based replication under network partitions.

Answered in

Database Replication Explained: Single-Leader, Multi-Leader, and Leaderless

What replication lag actually breaks, and how single-leader, multi-leader, and leaderless models trade off consistency for availability.

Crashtech Editorial September 1, 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.