You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/04/22 02:40:35 UTC

[GitHub] [hbase-operator-tools] nyl3532016 commented on a change in pull request #58: HBASE-24222 remove FSUtils.checkAccess and replace with FileSystem.access in HBCK

nyl3532016 commented on a change in pull request #58:
URL: https://github.com/apache/hbase-operator-tools/pull/58#discussion_r412618481



##########
File path: hbase-hbck2/src/main/java/org/apache/hbase/hbck1/HBaseFsck.java
##########
@@ -2450,7 +2450,7 @@ private void checkAndFixTableStates() throws IOException {
     }
   }
 
-  private void preCheckPermission() throws IOException, AccessDeniedException {
+  private void preCheckPermission() throws IOException, AccessControlException {

Review comment:
       printUsageAndExit do not invoke preCheckPermission ? I can not find  the invoke
   




----------------------------------------------------------------
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.

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