Re: Recommended session timeout

2009-02-23 Thread Mahadev Konar
Hi Joey, here is a link to information on session timeouts. http://hadoop.apache.org/zookeeper/docs/r3.0.1/zookeeperProgrammers.html#ch_ zkSessions The session timeouts depends on how sensitive you want your application to be. A very low session timeout like (1-2 seconds) might lead to your

Re: Recommended session timeout

2009-02-23 Thread Patrick Hunt
The latest docs (3.1.0 has some updates to that section) can be found here: http://hadoop.apache.org/zookeeper/docs/r3.1.0/zookeeperProgrammers.html#ch_zkSessions Patrick Mahadev Konar wrote: Hi Joey, here is a link to information on session timeouts.

Re: Recommended session timeout

2009-02-23 Thread Joey Echeverria
Thanks for the link to the documentation. I've been running tests with a 5 second session timeout and disconnect events appear frequent. The network they're operating on is generally quite, but the disconnects to correlate with an increase in activity (e.g. loading data into the system). Does