Server-client connection timeout

2009-04-21 Thread rag...@yahoo.com
I have a question related how ZK server deals with client timeout. If the client loses connectivity with the ZK server (which is still alive), then the ZK server will close the client session by issuing a closeSession transaction, correct? So even if the client has reestablished the session by

Re: Server-client connection timeout

2009-04-21 Thread Mahadev Konar
Hi raghu, http://wiki.apache.org/hadoop/ZooKeeper/FAQ Explains on what timeouts mean for a zookeeper client. A timeout does not mean a closed session. The client will reconnect to another server and then renew the session. A closed session will make the zoookeeper handle invalid. Hope this