Split-brain syndrome is a catastrophic failure state in a distributed computing cluster where a network partition causes independent sub-clusters to operate autonomously, each believing it is the sole active authority. This leads to data corruption, conflicting state updates, and service degradation as the isolated partitions accept writes and make decisions without coordination. The condition directly violates the consistency guarantee in distributed systems, creating irreconcilable versions of the truth that are difficult to merge post-partition.
