Unusual exception

2010-10-13 Thread Avinash Lakshman
I started seeing a bunch of these exceptions. What do these mean? 2010-10-13 14:01:33,426 - WARN [NIOServerCxn.Factory: 0.0.0.0/0.0.0.0:5001:nioserverc...@606] - EndOfStreamException: Unable to read additional data from client sessionid 0x0, likely client has closed socket 2010-10-13 14:01:33,426

Re: Retrying sequential znode creation

2010-10-13 Thread Ted Dunning
Patrick, What are these hurdles? The last comment on ZK-22 was last winter. Back then, it didn't sound like it was going to be that hard. On Wed, Oct 13, 2010 at 12:08 PM, Patrick Hunt wrote: > 22 would help with this issue > https://issues.apache.org/jira/browse/ZOOKEEPER-22 > however there

Re: Retrying sequential znode creation

2010-10-13 Thread Patrick Hunt
On Wed, Oct 13, 2010 at 5:58 AM, Vishal K wrote: > > However, gets trickier because there is no explicit way (to my knowledge) > to > get CreateMode for a znode. As a result, we cannot tell whether a node is > sequential or not. > Sequentials are really just regular znodes with fancy naming appli

Re: Membership using ZK

2010-10-13 Thread Patrick Hunt
FYI: http://wiki.apache.org/hadoop/ZooKeeper/Troubleshooting On Tue, Oct 12, 2010 at 2:23 PM, Benjamin Reed wrote: > yes, your watcher objects will get the connectionloss event and eventually > the session expired event. > > ben > > > On 10/12/2010 10:57 AM, Avinash Lakshman wrote: > >> Would m

Re: What does this mean?

2010-10-13 Thread Patrick Hunt
On Mon, Oct 11, 2010 at 4:16 PM, Avinash Lakshman < avinash.laksh...@gmail.com> wrote: > tickTime = 2000, initLimit = 3000 and the data is around 11GB this is log + > snapshot. So if I need to add a new observer can I transfer state from the > ensemble manually before starting it? If so which file

Re: Retrying sequential znode creation

2010-10-13 Thread Vishal K
Hi Ted, Thanks for the reply. I prefer to store the UUID in the data itself. I thought about storing it in znode names, but the downside of this approach is that when a Watcher receives an event, it needs to strip off the UUID. Otherwise, it wont be possible to figure out the order znodes (e.g., u