From 0c6357469d35791857b73b4a007dc13ebd9930a6 Mon Sep 17 00:00:00 2001 From: dseddon Date: Thu, 3 Dec 2020 15:47:07 -0800 Subject: [PATCH] failures.md explicit cluster members note --- Documentation/op-guide/failures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/failures.md b/Documentation/op-guide/failures.md index c60e7ec49..6c8011b35 100644 --- a/Documentation/op-guide/failures.md +++ b/Documentation/op-guide/failures.md @@ -30,7 +30,7 @@ Once a majority of members works, the etcd cluster elects a new leader automatic ## Network partition -A network partition is similar to a minor followers failure or a leader failure. A network partition divides the etcd cluster into two parts; one with a member majority and the other with a member minority. The majority side becomes the available cluster and the minority side is unavailable; there is no “split-brain” in etcd. +A network partition is similar to a minor followers failure or a leader failure. A network partition divides the etcd cluster into two parts; one with a member majority and the other with a member minority. The majority side becomes the available cluster and the minority side is unavailable. There is no “split-brain” in etcd because cluster members are explicitly added/removed with each such change is approved by the current majority of members. If the leader is on the majority side, then from the majority point of view the failure is a minority follower failure. If the leader is on the minority side, then it is a leader failure. The leader on the minority side steps down and the majority side elects a new leader.