Am 30.06.2008 um 16:32 schrieb Benjamin Reed:

>> The session is expired and I try now to catch this state with
>> event.getState() == Watcher.Event.KeeperStateExpired. Is there an
>> example how to renew the session or do I have to create a new
>> ZooKeeper object?
>
> When a session expires the ZooKeeper object becomes invalid. You  
> must create a
> new ZooKeeper object.

I have done this. Now I get the following. The zookeeper clients get  
all a seesion expiration event. I create a new zookeeper object.
The zookeeper server gets the event -1,0,'null followed by  
-1,3,'null . Thats all. All other clients have a lot of -1,0,'null  
events in it (about 1 per second) after they created a new zookeeper  
object. Every read or write in the client leads to a ConnectionLoss  
exception.

Any help would be appreciated.

Martin

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Zookeeper-user mailing list
Zookeeper-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/zookeeper-user

Reply via email to