Hi,
We are using ZKFC as a Zookeeper Client that tries to connect to Zookeeper Server at the
time of bringup, when we sometimes encounter the following issue _
1. Client retrieves the ZK Ensemble address (ensemble consists of 3 nodes)
2. Client tries to connect to one of the ZK Server nodes
3. However due to other on-going processing (required at the time of bringup) at the
ZK Server Node, it fails to respond in time to the Client. The response goes after 3 seconds
4. The Client side times out by then, typically seen around 1.6 sec
Is there a way this timer at the Client side can be reconfigured to a higher value?
Regards
Shirsha
|