infraio commented on a change in pull request #2702:
URL: https://github.com/apache/hbase/pull/2702#discussion_r530016823
##########
File path:
hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/MasterAddressTracker.java
##########
@@ -297,7 +297,7 @@ public static boolean deleteIfEquals(ZKWatcher zkw, final
String content) {
public static List<ServerName> getBackupMastersAndRenewWatch(
ZKWatcher zkw) throws InterruptedIOException {
// Build Set of backup masters from ZK nodes
- List<String> backupMasterStrings = Collections.emptyList();
Review comment:
Why change this?
----------------------------------------------------------------
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]