Skip to content

Reads during quorum loss #18030

Answered by ahrtr
anupamdialpad asked this question in Q&A
Discussion options

You must be logged in to vote

I know the writes won't work
Will the reads work?

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,

$ etcdctl get k1 --consistency="s"

Please also read https://etcd.io/docs/v3.5/faq/#what-is-failure-tolerance

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants