Re: Wacther question

2010-11-12 Thread Neo Anderson
Hi Jared, Thank you. The problem is exactly as you explain below. After checking if the parent path e.g. job_id exists first, then the problem goes away. Thanks for your help. --- On Tue, 9/11/10, Jared Cantwell wrote: > From: Jared Cantwell > Subject: Re: Wacther question > To:

Re: Wacther question

2010-11-09 Thread Jared Cantwell
Neo, To me it looks like this exception is while you are trying to call: zk.create(path, null, Ids.OPEN_ACL_UNSAFE, CreateMode.PERSISTENT); where: path = "/job_id/task_id/" Does the node /job_id already exist when you are making this request? Zookeeper does not recursively create the path you