[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/curator/pull/281 ---

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-27 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r236835917 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -422,6 +422,9 @@ protected void

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-27 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r236835804 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -422,6 +422,9 @@ protected void

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-27 Thread njhill
Github user njhill commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r236832802 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -422,6 +422,9 @@ protected void deleteNode()

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-27 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r236829857 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -422,6 +422,9 @@ protected void

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-15 Thread njhill
Github user njhill commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r233958695 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -445,7 +445,8 @@ private void createNode()

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-13 Thread cammckenzie
Github user cammckenzie commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r233280744 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -445,7 +445,8 @@ private void

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-13 Thread njhill
Github user njhill commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r233243506 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -445,7 +445,8 @@ private void createNode()

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-13 Thread cammckenzie
Github user cammckenzie commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r233227009 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -445,7 +445,8 @@ private void

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-13 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r233109854 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -445,7 +445,8 @@ private void createNode()

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-07 Thread njhill
Github user njhill commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r231591529 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -444,8 +447,19 @@ private void createNode()

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-06 Thread cammckenzie
Github user cammckenzie commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r231379350 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -444,8 +447,19 @@ private void

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-06 Thread njhill
Github user njhill commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r231356314 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -445,7 +445,8 @@ private void createNode()

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-06 Thread cammckenzie
Github user cammckenzie commented on a diff in the pull request: https://github.com/apache/curator/pull/281#discussion_r231322157 --- Diff: curator-recipes/src/main/java/org/apache/curator/framework/recipes/nodes/PersistentNode.java --- @@ -445,7 +445,8 @@ private void

[GitHub] curator pull request #281: [CURATOR-483] Fix path used when re-creating sequ...

2018-11-02 Thread njhill
GitHub user njhill opened a pull request: https://github.com/apache/curator/pull/281 [CURATOR-483] Fix path used when re-creating sequential PersistentNode with protection Would previously result in creation of a second non-sequential znode. See