Semantics of ConnectionLoss exception

2009-03-25 Thread Nitay
I'm a little unclear about the ConnectionLoss exception as it's described in the FAQ and would like some clarification. From the state diagram, http://wiki.apache.org/hadoop/ZooKeeper/FAQ#1, there are three events that cause a ConnectionLoss: 1) In Connecting state, call close(). 2) In Connected

Re: Semantics of ConnectionLoss exception

2009-03-26 Thread Nitay
using dead after this event? Again no. your handle is valid until you get an session expiry event or you do a zoo_close on your handle. Thanks mahadev On 3/25/09 5:42 PM, Nitay nit...@gmail.com wrote: I'm a little unclear about the ConnectionLoss exception as it's

Re: problems on EC2?

2009-04-14 Thread Nitay
Hi Ted, Fellow user coming from HBase. We were recently seeing lots of SessionExpired events as well. Check out this mail thread: http://markmail.org/search/?q=SessionExpired#query:SessionExpired+page:1+mid:gt4c2kn4n4f5s5kw+state:results Perhaps this might have something to do with what you're

Re: problems on EC2?

2009-04-14 Thread Nitay
having are the same as ours. Cheers, -n On Tue, Apr 14, 2009 at 6:34 PM, Ted Dunning ted.dunn...@gmail.com wrote: Very good pointer. Thanks. Are you still having your problems? On Tue, Apr 14, 2009 at 6:09 PM, Nitay nit...@gmail.com wrote: Hi Ted, Fellow user coming from HBase. We were

Re: Errors during shutdown/startup of ZooKeeper

2009-06-02 Thread Nitay
I see. That helps. However, even as warnings, these go on seemingly endlessly. Why do they not get fixed by themselves? What are we doing wrong here? On Tue, Jun 2, 2009 at 2:24 PM, Mahadev Konar maha...@yahoo-inc.com wrote: Hi Nitay, This is not an error but should be a warning. I have

Re: common client

2009-06-22 Thread Nitay
+1. I would be interested in things like this. I think it should be in some contrib/ type thing under zookeeper, like the recipes. On Mon, Jun 22, 2009 at 4:41 PM, Stefan Groschupfs...@101tec.com wrote: Hi, I wonder if people are interested to work together on a zk client that support some