Re: feedback zkclient

2009-10-05 Thread Stefan Groschupf
Hi Patrick, thanks - we will do, also thanks for all the feedback. Stefan On Oct 5, 2009, at 11:22 AM, Patrick Hunt wrote: You might want to add a link to zkclient on this page: http://wiki.apache.org/hadoop/ZooKeeper/UsefulTools Patrick Patrick Hunt wrote: Ted Dunning wrote: Judging by

Socket is not connected

2009-03-27 Thread Stefan Groschupf
Hi, I managed to upgrade my zookeeper 2 application to zookeeper 3.1.1/ All my tests run though my logs is full of following exception. In my code I basically just invoice ZooKeeper.close(); Any idea what the problem could be? Thanks, Stefan 09/03/27 02:07:51 INFO zookeeper.ZooKeeper:434 -

Re: Socket is not connected

2009-03-27 Thread Stefan Groschupf
it is not an issue, in other situations (say the server drops it's connection) it would help to have the trace in a debugging situation, so we include it. Btw, in general in the code if we are more concerned about an event we would output as an ERROR, not as a WARN. Patrick Stefan Groschupf wrote

zookeeper internals

2008-12-16 Thread Stefan Groschupf
Hi, I enjoyed reeding the zookeeper internals document. (http://hadoop.apache.org/zookeeper/docs/r3.0.0/zookeeperInternals.html ) I curious to learn more details. Are there more research paper describing more backgrounds? Also, can someone tell me how epoch is defined in this context?