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/09/14 07:17:26 UTC

[GitHub] [hbase] infraio commented on a change in pull request #2378: HBASE-24929 Introduce a special CellComparator for master local region

infraio commented on a change in pull request #2378:
URL: https://github.com/apache/hbase/pull/2378#discussion_r487698794



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
##########
@@ -262,12 +264,9 @@
     "hbase.hregion.special.recovered.edits.dir";
 
   /**
-   * Whether to use {@link MetaCellComparator} even if we are not meta region. Used when creating
-   * master local region.
+   * The {@link CellComparator} class we want to use. Used when creating master local region.
    */
-  public static final String USE_META_CELL_COMPARATOR = "hbase.region.use.meta.cell.comparator";
-
-  public static final boolean DEFAULT_USE_META_CELL_COMPARATOR = false;
+  public static final String CELL_COMPARATOR_IMPL = "hbase.region.cell.comparator.impl";

Review comment:
       Why need to expose this config? This should be a internal thing?




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