Apache9 commented on a change in pull request #2513:
URL: https://github.com/apache/hbase/pull/2513#discussion_r502723269
##########
File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
##########
@@ -1131,7 +1131,20 @@
/** Conf key for enabling meta replication */
public static final String USE_META_REPLICAS = "hbase.meta.replicas.use";
public static final boolean DEFAULT_USE_META_REPLICAS = false;
+
+ /**
+ * @deprecated Since 2.4.0, will be removed in 4.0.0. Please change the meta
replicas number by
+ * altering meta table, i.e, set a new 'region replication'
number and call
+ * modifyTable.
+ */
+ @Deprecated
public static final String META_REPLICAS_NUM = "hbase.meta.replica.count";
+ /**
+ * @deprecated Since 2.4.0, will be removed in 4.0.0. Please change the meta
replicas number by
+ * altering meta table, i.e, set a new 'region replication'
number and call
+ * modifyTable.
+ */
+ @Deprecated
Review comment:
https://issues.apache.org/jira/browse/HBASE-25169
----------------------------------------------------------------
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]