[ 
https://issues.apache.org/jira/browse/YARN-8405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16504937#comment-16504937
 ] 

Rohith Sharma K S commented on YARN-8405:
-----------------------------------------

HADOOP-14741 added ZKCuratorManager. The method in create() send null zkAcl. 
But in ZKRMStateStore, this method send zkAcl value. 
{code}
/**
           * Create a ZNode.
           * @param path Path of the ZNode.
           * @return If the ZNode was created.
           * @throws Exception If it cannot contact Zookeeper.
           */
          public boolean create(final String path) throws Exception {
            return create(path, null);
          }
{code}

> RM zk-state-store.parent-path acls has been changed since HADOOP-14773
> ----------------------------------------------------------------------
>
>                 Key: YARN-8405
>                 URL: https://issues.apache.org/jira/browse/YARN-8405
>             Project: Hadoop YARN
>          Issue Type: Bug
>    Affects Versions: 2.9.0, 3.1.0
>            Reporter: Rohith Sharma K S
>            Priority: Major
>
> HADOOP-14773 changes the ACL for 
> yarn.resourcemanager.zk-state-store.parent-path. Earlier to HADOOP-14773, 
> /rmstore used set acls with yarn.resourcemanager.zk-acl value. But now  
> behavior changed from setting acls to parent node. As a result, parent node 
> /rmstore is set to default acl. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to