Matteo Merli created BOOKKEEPER-649:
---------------------------------------

             Summary: Race condition in sync ZKUtils.createFullPathOptimistic()
                 Key: BOOKKEEPER-649
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-649
             Project: Bookkeeper
          Issue Type: Bug
            Reporter: Matteo Merli
            Assignee: Matteo Merli
            Priority: Trivial
             Fix For: 4.3.0


If multiple threads are calling createFullPathOptimistic() there will be race 
conditions on creating the intermediate nodes. If the intermediate nodes have 
been created since we last check, we can just ignore the exception and continue 
creating the child nodes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to