wchevreuil commented on a change in pull request #3845:
URL: https://github.com/apache/hbase/pull/3845#discussion_r752265249



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/SnapshotScannerHDFSAclHelper.java
##########
@@ -474,8 +474,8 @@ void createTableDirectories(TableName tableName) throws 
IOException {
    */
   List<Path> getTableRootPaths(TableName tableName, boolean 
includeSnapshotPath)
       throws IOException {
-    List<Path> paths = Lists.newArrayList(pathHelper.getTmpTableDir(tableName),

Review comment:
       Found out this was creating table tmp dir on 
CreateTableProcedure.CREATE_TABLE_POST_OPERATION when ACL is enabled,

##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/SnapshotScannerHDFSAclHelper.java
##########
@@ -474,8 +474,8 @@ void createTableDirectories(TableName tableName) throws 
IOException {
    */
   List<Path> getTableRootPaths(TableName tableName, boolean 
includeSnapshotPath)
       throws IOException {
-    List<Path> paths = Lists.newArrayList(pathHelper.getTmpTableDir(tableName),

Review comment:
       Found out this was creating table tmp dir on 
CreateTableProcedure.CREATE_TABLE_POST_OPERATION when ACL is enabled.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to