Re: Debugging help for SessionExpiredException

2010-06-11 Thread Patrick Hunt
Session expiration is due to the server not hearing heartbeats from the client. So either the client is partitioned from the server, or the client is not sending heartbeats for some reason, typically this is due to the client JVM gc'ing or swapping. Patrick On 06/10/2010 04:14 PM, Ted

zkPython version compatibility

2010-06-11 Thread Daniel Thumim
Hello, While upgrading to the 3.3.1 release, I noticed that zkPython now has a stated dependency on python 2.6. I have been using it with python 2.5 until now and expected to continue that for at least a few more months. Is the 2.6 dependency for real, or is it just that the maintainer isn't

Re: zkPython version compatibility

2010-06-11 Thread Henry Robinson
Hi Daniel - It's more of the latter, if I recall correctly. Digging turned up this: https://issues.apache.org/jira/browse/ZOOKEEPER-579where one of the tests fails in an python 2.6 (but fails due to a testing framework incompatibility I think!), and the README was, perhaps conservatively,

Re: zkPython version compatibility

2010-06-11 Thread Lei Zhang
We've been using zkpython with python2.4 for a couple of weeks, banged our stability test suite on it in 8-node cluster setting. So far so good. However, I wouldn't say zkpython 3.3.1 is much improved. The SIGABRT, segfault, hang issues we used to run into with 3.2.1 now show up as exit(1).