[
https://issues.apache.org/jira/browse/CURATOR-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kezhu Wang closed CURATOR-363.
------------------------------
Resolution: Duplicate
> Adding of the Node/Path Cache listener is creating the zookeeper path without
> ACL
> ----------------------------------------------------------------------------------
>
> Key: CURATOR-363
> URL: https://issues.apache.org/jira/browse/CURATOR-363
> Project: Apache Curator
> Issue Type: Bug
> Components: Recipes
> Affects Versions: 2.9.1
> Reporter: Pavan
> Priority: Major
>
> 1) Recently inorder to avoid the OutOfMemory Issues, curator creates the path
> if the path is not present while adding the PathCacheListner. But there is no
> API to take the ACL details its creating the path without ACL
> 2) NodeCache nodeCache = new NodeCache(client, path);
> nodeCache.start(true);
> PathChildrenCache childrenCache = new PathChildrenCache(client, path,true);
> childrenCache.start(PathChildrenCache.StartMode.NORMAL);
> 3) So curator should provide the API to take the ACL and use the same when
> creating the path in case the path is not present
--
This message was sent by Atlassian Jira
(v8.20.10#820010)