|
From: Juan R. <Jua...@Su...> - 2008-05-23 19:00:27
|
Mahadev Konar wrote:
> Hi Juan,
> Can you tell us what you are doing in your client code and when you
> see this problem?
Hi, Mahadev. It seems to happen when attempting to create a new node.
Might be a timing issue because it does not happen all the time. The
client code where this happens is quite simple:
if (keeper.exists(path, false) == null) {
file = keeper.create(path, "hello".getBytes(),
ZooDefs.Ids.OPEN_ACL_UNSAFE, flags);
>You are running with a standalone zookeeper server
> right?
>
Correct.
Thanks,
Juan
|