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

Zhang Dongsheng updated YARN-11117:
-----------------------------------
    Attachment: YARN-11117-1.patch

> LeveldbRMStateStore will not set to correct permissions
> -------------------------------------------------------
>
>                 Key: YARN-11117
>                 URL: https://issues.apache.org/jira/browse/YARN-11117
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 3.3.2
>            Reporter: Zhang Dongsheng
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: YARN-11117-1.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> LeveldbRMStateStore use fs.mkdirs(root,new FsPermission((short)0700));  to 
> create root directory with permission 700.BUT if umask is too strict such as 
> 0777, this directory will have wrong permission with 000. So it should check 
> if umask can affect permission, if true , use setPermission to fix it



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to