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

Zhang Dongsheng updated HBASE-26985:
------------------------------------
          Component/s: regionserver
    Affects Version/s: 2.4.11
          Description: 
SecureBulkLoadManager will create baseStagingDir if not exist. start method use 
fs.mkdirs(baseStagingDir, PERM_HIDDEN); to create directory with permission 
-rwx–x–x.BUT if umask is too strict such as 077 ,this directory will create 
with 0700 so it too strict for GROUP and OTHER user to own execute permission

> SecureBulkLoadManager will set wrong permission if umask too strict
> -------------------------------------------------------------------
>
>                 Key: HBASE-26985
>                 URL: https://issues.apache.org/jira/browse/HBASE-26985
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 2.4.11
>            Reporter: Zhang Dongsheng
>            Priority: Major
>
> SecureBulkLoadManager will create baseStagingDir if not exist. start method 
> use 
> fs.mkdirs(baseStagingDir, PERM_HIDDEN); to create directory with permission 
> -rwx–x–x.BUT if umask is too strict such as 077 ,this directory will create 
> with 0700 so it too strict for GROUP and OTHER user to own execute permission



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

Reply via email to