[
https://issues.apache.org/jira/browse/CURATOR-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14611007#comment-14611007
]
ASF GitHub Bot commented on CURATOR-222:
----------------------------------------
Github user Randgalt commented on the pull request:
https://github.com/apache/curator/pull/79#issuecomment-117826258
> Can the internal EnsurePath stuff in NamespaceImpl be replaced with the
new container stuff?
Possibly, but I'm deprecating EnsurePath so I don't see the need to add to
it
> When executing creatingContainerParentsIfNeeded(), I was wondering if
some sort of warning log should be generated if the parents already exist and
are not container nodes?
Unfortunately, there's no way to know if a node is a container or not right
now. I had to shoehorn container support in with a hack. Maybe in a future
version of ZK.
> Support Container Nodes
> -----------------------
>
> Key: CURATOR-222
> URL: https://issues.apache.org/jira/browse/CURATOR-222
> Project: Apache Curator
> Issue Type: New Feature
> Components: Client, Framework, Recipes
> Affects Versions: 2.8.0
> Reporter: Jordan Zimmerman
> Assignee: Jordan Zimmerman
> Fix For: 2.9.0
>
>
> ZooKeeper will most likely add support for "Container" nodes per
> https://issues.apache.org/jira/browse/ZOOKEEPER-2163 - Curator must support
> this feature
> * Backwards compatible to 3.4.6. If Containers are available, they’re used in
> all recipes that create parent nodes.
> * The use of EnsurePath is now deprecated
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)