Grokking the System Design Interview, Volume II
Vote

0% completed

12. Split Brain

A leader-based distributed system can end up with two active leaders at once. Split-brain is that scenario, and this pattern is how a system finds the real leader and ignores the other.

Background

In a distributed system with a central, or leader, server, a dead leader is dangerous. The system must find a substitute fast, or it starts to fail.

The trouble is, we can never be fully sure the leader is truly gone

.....

.....

.....

Like the course? Get enrolled and start learning!

Reading Progress

0%