From: Flavio J. <fpj...@ya...> - 2008-06-26 13:09:16
|
It looks like your client session is expiring. You can try increasing the session timeout value when creating the ZooKeeper object on your client. In any case, I would say it is good practice to have code on your client to deal with session expirations. Upon a session expiration, there is a call to your Watcher.process implementation indicating that it has expired. Do you also see repeatedly: "Renewing 11aba706af6001e"? Basically, I'm trying to determine if your client is trying to revalidate a session repeatedly. Thanks, -Flavio ----- Original Message ---- From: Martin Schaaf <ms...@10...> To: zoo...@li... Sent: Thursday, June 26, 2008 1:44:01 PM Subject: Re: [Zookeeper-user] Lost connection Am 26.06.2008 um 12:53 schrieb Flavio Junqueira: > Hi Martin, Have you observed any session expiration in your logs? > What is the value of tickTime you are using? I find this too very often 2008-06-26 02:50:36,003 WARN com.yahoo.zookeeper.server.SessionTrackerImpl: Expiring 11aba706af6001e Is this what you mean? ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Zookeeper-user mailing list Zoo...@li... https://lists.sourceforge.net/lists/listinfo/zookeeper-user |