Re: How to handle zk failure

2022-01-25 Thread Reej Nayagam
Thank you Vinay On Tue, 25 Jan 2022 at 7:19 PM, Vinay Rajput wrote: > Hi Reej, > > You can't change this behavior, this is how Zk works. You need to have at > least *(2*N + 1)* nodes in the zookeeper cluster if you want to > tolerate *N* zookeeper > node failures. > > This is also well documente

Re: How to handle zk failure

2022-01-25 Thread Vinay Rajput
Hi Reej, You can't change this behavior, this is how Zk works. You need to have at least *(2*N + 1)* nodes in the zookeeper cluster if you want to tolerate *N* zookeeper node failures. This is also well documented in Solr ref guide :- https://solr.apache.org/guide/8_8/setting-up-an-external-zooke

How to handle zk failure

2022-01-25 Thread Reej Nayagam
Hi All, We are using solr 8.82 cloud setup with zk ensemble 3.6.3 (3 zk servers). We have a HA monitoring system which will ping every 5 mins to check if the solr URL or shards are available and ping is success. If there is a failure ( if solr servers are down) it=E2=80=99ll flag to switch the sea