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 Groschupf wrote: > Hi, > > I wonder if people are interested to work together on a zk client that > support some more functiona

Re: Show your ZooKeeper pride!

2009-06-08 Thread Nitay
Added HBase. On Mon, Jun 8, 2009 at 7:01 PM, Ted Dunning wrote: > How come Yahoo isn't listed? > > On Mon, Jun 8, 2009 at 6:31 PM, Patrick Hunt wrote: > > > The Hadoop summit is Wednesday. If you're attending please feel free to > say > > hi -- Mahadev is presenting @4, Ben and I will be atten

Re: Errors during shutdown/startup of ZooKeeper

2009-06-03 Thread Nitay
I'm still working on it (going on in parallel with a bunch of other things). Will let you guys know what I figure out as soon as I get some results. I think you are on to something Patrick. That is some gold advice. Thanks guys. -n On Wed, Jun 3, 2009 at 11:39 AM, Patrick Hunt wrote: &g

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 wrote: > Hi Nitay, > This is not an error but should be a warning. I have opened up a ji

Errors during shutdown/startup of ZooKeeper

2009-06-02 Thread Nitay
Hey guys, We are getting a lot of messages like this in HBase: [junit] 2009-06-02 11:57:23,658 ERROR [NIOServerCxn.Factory:21810] server.NIOServerCnxn(514): Client has seen zxid 0xe our last zxid is 0xd For more context, the block it usually appears in is: [junit] 2009-06-02 13:27:54,083 IN

Re: problems on EC2?

2009-04-14 Thread Nitay
problems you're having are the same as ours. Cheers, -n On Tue, Apr 14, 2009 at 6:34 PM, Ted Dunning wrote: > Very good pointer. Thanks. > > Are you still having your problems? > > On Tue, Apr 14, 2009 at 6:09 PM, Nitay wrote: > > > Hi Ted, > > > > Fellow

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 s

Re: Semantics of ConnectionLoss exception

2009-03-26 Thread Nitay
ally. > > > > 3.0.1 is a bit old, try this for the latest docs: > > > http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html > > > >> - Is the ZooKeeper handle I'm using dead after this event? > >> Again no. your handle is v

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: Testing Zookeeper

2009-02-10 Thread Nitay
Joshua, There may already be some JIRAs open regarding this, e.g. https://issues.apache.org/jira/browse/ZOOKEEPER-278. You can assign those to yourself and attach your stuff there if it fits your issue. On Tue, Feb 10, 2009 at 11:44 AM, Mahadev Konar wrote: > HI Joshua, > Feel free to open a ji