eolivelli commented on a change in pull request #1288: ZOOKEEPER-3758: Leader
reachability check fails with single address
URL: https://github.com/apache/zookeeper/pull/1288#discussion_r394934877
##########
File path:
zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/Learner.java
##########
@@ -303,7 +303,9 @@ protected void connectToLeader(MultipleAddresses
multiAddr, String hostname) thr
this.leaderAddr = multiAddr;
Set<InetSocketAddress> addresses;
if (self.isMultiAddressReachabilityCheckEnabled()) {
Review comment:
Isn't this disabled by default?
----------------------------------------------------------------
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