Uh oh!
There was an error while loading. Please reload this page.
HBASE-26994 MasterFileSystem create directory without permission check - #4391
Conversation
Apache-HBase
commented
May 1, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 1, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 1, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 1, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 1, 2022
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 1, 2022
💔 -1 overall
This message was automatically generated. |
skysiders
commented
May 3, 2022
skysiders
commented
May 5, 2022
Hi @virajjasani , could you please take a look at this? Thanks |
virajjasani
left a comment
There was a problem hiding this comment.
One part of the change looks good, the other one looks redundant, please help me understand if that is not the case.
Thanks @skysiders
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi @virajjasani , thanks for your review.I have another PR HBASE-26895.Could you please have a look? |
#4391) Signed-off-by: Viraj Jasani <vjasani@apache.org>
#4391) Signed-off-by: Viraj Jasani <vjasani@apache.org>
#4391) Signed-off-by: Viraj Jasani <vjasani@apache.org>
apache#4391) Signed-off-by: Viraj Jasani <vjasani@apache.org> (cherry picked from commit bba83dc) Change-Id: I337afb05d4afe271718af63b3086d6b6df88006b
HBASE-26994 MasterFileSystem create directory without permission check
Method checkStagingDir and checkSubDir first check if directory is exist ,if not , create it with special permission. If exist then setPermission for this directory. BUT if not exist ,we still need set special permission for this directory.