To clarify more: in my program no-one is deleting this node in the
meantime. Also the state of the zookeeper session is Connected all the time.
On Wed, Aug 26, 2015 at 10:03 AM, Robert Rosolek <rrosolek@janestreet.com>
wrote:
> Hi,
>
> Sorry if this question was asked here before, but I couldn't find the
> search functionality in the archives.
>
> My question is the following: after create operation is successful, am I
> guaranteed to
> see the new child when doing get_children on the parent? I have a program,
> that seems to be breaking because it makes this assumption. Looking at the
> lock recipe at
> https://github.com/apache/zookeeper/blob/trunk/src/recipes/lock/src/java/org/apache/zookeeper/recipes/lock/WriteLock.java,
> it seems this code does *not* make this assumption and simply keeps
> retrying in a tight loop until it finds the child.
>
> Thank you,
> Robert
>
|