From: Benjamin R. <br...@ya...> - 2008-06-30 14:31:46
|
> 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. ben |