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 2019/07/30 01:30:37 UTC

[GitHub] [hbase] infraio commented on a change in pull request #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck …

infraio commented on a change in pull request #425: HBASE-22737 Add a new admin method and shell cmd to trigger the hbck …
URL: https://github.com/apache/hbase/pull/425#discussion_r308500798
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HbckChore.java
 ##########
 @@ -47,11 +47,11 @@
  */
 @InterfaceAudience.Private
 @InterfaceStability.Evolving
-public class HbckChecker extends ScheduledChore {
-  private static final Logger LOG = LoggerFactory.getLogger(HbckChecker.class.getName());
+public class HbckChore extends ScheduledChore {
+  private static final Logger LOG = LoggerFactory.getLogger(HbckChore.class.getName());
 
-  private static final String HBCK_CHECKER_INTERVAL = "hbase.master.hbck.checker.interval";
-  private static final int DEFAULT_HBCK_CHECKER_INTERVAL = 60 * 60 * 1000;
+  private static final String HBCK_CHORE_INTERVAL = "hbase.master.hbck.chore.interval";
+  private static final int DEFAULT_HBCK_CHORE_INTERVAL = 60 * 60 * 1000;
 
 Review comment:
   Updated HBASE-22709's RN.

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


With regards,
Apache Git Services