GitHub user cammckenzie opened a pull request:
https://github.com/apache/curator/pull/236
CURATOR-431 - Fixed stat population during create
-The stat object was not being populated if the create failed due to the
node already existing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/curator CURATOR-431
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/236.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 #236
----
commit 931f1de5c4f72b71e96ea2071add297194e053bd
Author: Cam McKenzie <[email protected]>
Date: 2017-09-11T22:58:47Z
CURATOR-431 - Fixed stat population during create
-The stat object was not being populated if the create failed due to the
node already existing.
----
---