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 https://issues.apache.org/jira/browse/CURATOR-483.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/njhill/curator CURATOR-483
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/281.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #281
----
commit 91e3a643ff6c562d30e75a61ed2d626befbcc40c
Author: nickhill <nickhill@...>
Date: 2018-11-02T23:51:15Z
fix path used when re-creating sequential PersistentNode with protection
would previously result in creation of a second non-sequential znode
----
---