skysiders opened a new pull request, #4379:
URL: https://github.com/apache/hbase/pull/4379

   HBASE-26985 check permission for SecureBulkLoadManager
   
   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.In this modification, we check whether permissions are affected by 
umask, and if so, correct permissions to -rwx–x–x


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to