Hi All, I need to handle zk failure and so monitoring the zk ensemble, and if the majority of the zk fails we'll activate the HA to point to a DB search.
So to check if each of the zk is alive , we are connecting as below, *zkClient = solrZkClient(zkaddress,10000),* *return zkclient.getSolrZookeeper().getState(),isAlive* But I noticed, it still takes the default 30,000 ms timeout instead of 10k milliseconds passed in. Is there a way we can override zookeeper timeout, because we have 3 zk's and if suppose all the 3 are down, to get the status of each we need to wait for 30 seconds each. Kindly advise if any of you have handled this. Thank you ! *Thanks,* *Reej*