Back to Developer Roadmap

The "Split Brain" Problem

src/data/roadmaps/elasticsearch/content/[email protected]

4.01.0 KB
Original Source

The "Split Brain" Problem

The "split brain" problem occurs in distributed systems when a cluster of nodes becomes partitioned into two or more independent sub-clusters that are unable to communicate with each other. Each sub-cluster may then believe it is the primary cluster and start making independent decisions, potentially leading to data inconsistencies and conflicts as each sub-cluster operates as if it's the only authority. This situation can result in data loss or corruption when the partitions eventually rejoin.

Visit the following resources to learn more: