busbey commented on a change in pull request #921: HBASE-22749: Distributed MOB 
compactions
URL: https://github.com/apache/hbase/pull/921#discussion_r375600646
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobConstants.java
 ##########
 @@ -35,26 +35,88 @@
   public static final String MOB_CACHE_BLOCKS = "hbase.mob.cache.blocks";
   public static final String MOB_SCAN_REF_ONLY = "hbase.mob.scan.ref.only";
   public static final String EMPTY_VALUE_ON_MOBCELL_MISS = 
"empty.value.on.mobcell.miss";
-
   public static final String MOB_FILE_CACHE_SIZE_KEY = 
"hbase.mob.file.cache.size";
   public static final int DEFAULT_MOB_FILE_CACHE_SIZE = 1000;
-
   public static final String MOB_DIR_NAME = "mobdir";
   public static final String MOB_REGION_NAME = ".mob";
   public static final byte[] MOB_REGION_NAME_BYTES = 
Bytes.toBytes(MOB_REGION_NAME);
-
-  public static final String MOB_CLEANER_PERIOD = 
"hbase.master.mob.ttl.cleaner.period";
+  public static final String MOB_CLEANER_PERIOD = 
"hbase.master.mob.cleaner.period";
+  public static final String DEPRECATED_MOB_CLEANER_PERIOD = 
"hbase.master.mob.ttl.cleaner.period";
 
 Review comment:
   this is still in `hbase-common/src/main/resources/hbase-default.xml` and 
should be replaced with the new config.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to