suhasdantkale commented on a change in pull request #1254: ZOOKEEPER-2164:
Quorum members can not rejoin after restart
URL: https://github.com/apache/zookeeper/pull/1254#discussion_r380995897
##########
File path:
zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/CnxManagerTest.java
##########
@@ -667,6 +667,17 @@ public void testInitialMessage() throws Exception {
}
}
+ @Test
+ public void testWildcardAddressRecognition() {
Review comment:
Nice test!
Interested to know what happens in case of IPv6 loopback address like "::1"
----------------------------------------------------------------
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