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
|