Reads during quorum loss #18030
Answered
by
ahrtr
anupamdialpad
asked this question in
Q&A
Reads during quorum loss
#18030
-
Hi, I am wondering what happens in a 7 member cluster if 4 member goes down? and 1 of the 4 member which went down had the leader in it I know the writes won't work |
Beta Was this translation helpful? Give feedback.
Answered by
ahrtr
May 22, 2024
Replies: 1 comment
-
Once a cluster lost the quorum, then it can't serve any write requests and lineariziable read requests. But it can serve serializable read requests, see example below,
Please also read https://etcd.io/docs/v3.5/faq/#what-is-failure-tolerance |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jmhbnz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once a cluster lost the quorum, then it can't serve any write requests and lineariziable read requests. But it can serve serializable read requests, see example below,
Please also read https://etcd.io/docs/v3.5/faq/#what-is-failure-tolerance