The reads will retry at the client side. Depending on the retry policy, the client may be able to retry until a new leader is elected.
> What if 2 of 3 nodes are down? Will my reads also fail? In this case, it is impossible to have a new leader. Then, the read retry will fail eventually (unless the retry policy is "retry forever"). Tsz-Wo On Wed, Jul 10, 2024 at 3:30 AM Asad Awadia <[email protected]> wrote: > Hello > > If i am doing reads via the query method and the leader is down - what is > the behavior for my reads? All of them fail? Only linearizable ones fail? > > What if 2 of 3 nodes are down? Will my reads also fail? >
