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

ASF GitHub Bot commented on YARN-11117:
---------------------------------------

github-actions[bot] commented on PR #4243:
URL: https://github.com/apache/hadoop/pull/4243#issuecomment-3519306890

   We're closing this stale PR because it has been open for 100 days with no 
activity. This isn't a judgement on the merit of the PR in any way. It's just a 
way of keeping the PR queue manageable.
   If you feel like this was a mistake, or you would like to continue working 
on it, please feel free to re-open it and ask for a committer to remove the 
stale tag and review again.
   Thanks all for your contribution.




> 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: 40m
>  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.10#820010)

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

Reply via email to