[ 
https://issues.apache.org/jira/browse/CURATOR-565?focusedWorklogId=442377&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-442377
 ]

ASF GitHub Bot logged work on CURATOR-565:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jun/20 01:09
            Start Date: 07/Jun/20 01:09
    Worklog Time Spent: 10m 
      Work Description: 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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 442377)
    Time Spent: 50m  (was: 40m)

> checkExists didn't check useContainerParentsIfAvailable flag
> ------------------------------------------------------------
>
>                 Key: CURATOR-565
>                 URL: https://issues.apache.org/jira/browse/CURATOR-565
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.3.0
>            Reporter: Tianzhou Wang
>            Priority: Critical
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> When use zookeeper server 3.4.x with 3.5.x client.
> when use checkExists().creatingParentContainersIfNeeded() would lead 
> Unimplemented Exception even dontUseContainerParents() was called for 
> CuratorFrameworkFactory.builder().



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to