You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by GitBox <gi...@apache.org> on 2020/06/07 01:09:57 UTC

[GitHub] [curator] Randgalt commented on a change in pull request #354: [CURATOR-565] check useContainerParentsIfAvailable for ExistsBuilderImpl.

Randgalt commented on a change in pull request #354:
URL: https://github.com/apache/curator/pull/354#discussion_r436314337



##########
File path: curator-framework/src/main/java/org/apache/curator/framework/imps/ExistsBuilderImpl.java
##########
@@ -67,7 +67,9 @@ public ACLableExistBuilderMain creatingParentsIfNeeded()
     @Override
     public ACLableExistBuilderMain creatingParentContainersIfNeeded()
     {
-        createParentContainersIfNeeded = true;
+        if (client.useContainerParentsIfAvailable()) {

Review comment:
       this should be on the `creatingParentsIfNeeded()` method




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org