Pavan created CURATOR-363:
-----------------------------
Summary: 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
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);
childrenCache = new PathChildrenCache(client, path,true);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)