[ 
https://issues.apache.org/jira/browse/CURATOR-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavan updated CURATOR-363:
--------------------------
    Description: 
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 


  was:
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);


> 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);    
>    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
(v6.3.4#6332)

Reply via email to