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


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterFileSystem.java:
##########
@@ -405,14 +405,15 @@ private void negotiateActiveClusterSuffixFile(long wait) 
throws IOException {
           this.activeClusterSuffix = acs;
         } else {
           // throw error
-          LOG.info("rootdir {} : Active Cluster File Suffix {} ", rootdir, 
acs);
+          LOG.info("rootdir {} : Read replica active cluster file suffix {} ", 
rootdir, acs);

Review Comment:
   Change this to:
   `LOG.info("[Read-replica feature] Another cluster is running in active 
(read-write) mode on this storage location. Active cluster ID: {}, This cluster 
ID {}. Rootdir location {} ", acs, getSuffixFromConfig(), rootdir);`
   Hope this helps.



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