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/02 02:45:24 UTC

[GitHub] [hbase] openinx commented on a change in pull request #335: HBASE-22624 Should sanity check table configuration when clone snapsh…

openinx commented on a change in pull request #335: HBASE-22624 Should sanity check table configuration when clone snapsh…
URL: https://github.com/apache/hbase/pull/335#discussion_r299284111
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
 ##########
 @@ -417,9 +406,13 @@ public void run() {
   // Time stamp for when HMaster finishes becoming Active Master
   private long masterFinishedInitializationTime;
 
+  public static final String MASTER_CHECK_COMPRESSION = "hbase.master.check.compression";
 
 Review comment:
   Maybe better to move those two config keys to TableDescriptorChecker class ? 

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