anmolnar commented on code in PR #7857:
URL: https://github.com/apache/hbase/pull/7857#discussion_r2906881292


##########
hbase-common/src/main/java/org/apache/hadoop/hbase/TableName.java:
##########
@@ -92,7 +92,7 @@ public static TableName getDefaultNameOfMetaForReplica() {
   public static TableName initializeHbaseMetaTableName(Configuration conf) {
     String suffix_val = conf.get(HConstants.HBASE_META_TABLE_SUFFIX,
       HConstants.HBASE_META_TABLE_SUFFIX_DEFAULT_VALUE);
-    LOG.info("Meta table suffix value: {}", suffix_val);
+    LOG.info("Read Replica Cluster suffix value: {}", suffix_val);

Review Comment:
   I'd like to connect the message to the feature somehow. What do you 
recommend?
   We're not implementing a big feature flag for the feature, so once this is 
merged every HBase cluster will be either an active or a read-only cluster.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to