bharathv commented on a change in pull request #812: HBASE-23275: Track active
master's address in ActiveMasterManager
URL: https://github.com/apache/hbase/pull/812#discussion_r344814596
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ActiveMasterManager.java
##########
@@ -106,6 +114,31 @@ void handle(final String path) {
}
}
+ /*
+ * Fetches the active master's ServerName from zookeeper.
+ */
+ private void fetchAndSetActiveMasterServerName() {
+ LOG.debug("Attempting to fetch active master sn from zk");
Review comment:
That check is not needed on the caller side. Logger does it in it's call
stack.
----------------------------------------------------------------
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]
With regards,
Apache Git Services