[GitHub] zookeeper pull request #584: ZOOKEEPER-3102: Potential race condition when c...

2018-07-28 Thread maoling
Github user maoling commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/584#discussion_r205961633 --- Diff: src/java/main/org/apache/zookeeper/server/DataTree.java --- @@ -478,7 +478,10 @@ public void createNode(final String path, byte data[], List acl

[GitHub] zookeeper pull request #584: ZOOKEEPER-3102: Potential race condition when c...

2018-07-28 Thread breed
Github user breed commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/584#discussion_r205959572 --- Diff: src/java/main/org/apache/zookeeper/server/DataTree.java --- @@ -478,7 +478,10 @@ public void createNode(final String path, byte data[], List acl,

[GitHub] zookeeper pull request #584: ZOOKEEPER-3102: Potential race condition when c...

2018-07-28 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/584#discussion_r205950078 --- Diff: src/java/main/org/apache/zookeeper/server/DataTree.java --- @@ -478,7 +478,10 @@ public void createNode(final String path, byte data[], List ac

[GitHub] zookeeper pull request #584: ZOOKEEPER-3102: Potential race condition when c...

2018-07-28 Thread maoling
Github user maoling commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/584#discussion_r205941687 --- Diff: src/java/main/org/apache/zookeeper/server/DataTree.java --- @@ -478,7 +478,10 @@ public void createNode(final String path, byte data[], List acl

[GitHub] zookeeper pull request #584: ZOOKEEPER-3102: Potential race condition when c...

2018-07-27 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/584#discussion_r205749086 --- Diff: src/java/main/org/apache/zookeeper/server/DataTree.java --- @@ -478,7 +478,10 @@ public void createNode(final String path, byte data[], List ac

[GitHub] zookeeper pull request #584: ZOOKEEPER-3102: Potential race condition when c...

2018-07-25 Thread MichaelScofield
GitHub user MichaelScofield opened a pull request: https://github.com/apache/zookeeper/pull/584 ZOOKEEPER-3102: Potential race condition when create ephemeral nodes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MichaelScofield