huaxiangsun commented on a change in pull request #2570:
URL: https://github.com/apache/hbase/pull/2570#discussion_r510411776
##########
File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
##########
@@ -1128,6 +1128,9 @@
/** Conf key for enabling meta replication */
public static final String USE_META_REPLICAS = "hbase.meta.replicas.use";
+ public static final String META_REPLICAS_MODE = "hbase.meta.replicas.mode";
Review comment:
"hbase.catalog.replicas.mode"? Or we want to include "meta" here so it
can only enable meta table. In the future, let's say root table needs to be
supported, so another config knob will be added. By this way, configs are
separated for both for current "meta" and future system tables.
----------------------------------------------------------------
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:
[email protected]