suhasdantkale commented on a change in pull request #1256: ZOOKEEPER-2164: 
Quorum members can not rejoin after restart
URL: https://github.com/apache/zookeeper/pull/1256#discussion_r386202543
 
 

 ##########
 File path: 
zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/QuorumCnxManager.java
 ##########
 @@ -25,11 +25,7 @@
 import java.io.DataInputStream;
 import java.io.DataOutputStream;
 import java.io.IOException;
-import java.net.InetSocketAddress;
-import java.net.ServerSocket;
-import java.net.Socket;
-import java.net.SocketException;
-import java.net.SocketTimeoutException;
+import java.net.*;
 
 Review comment:
   Done that. Yeah whenever I compile it with I.telliJ, it gets automatically 
added.
   Thanks for pointing 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]


With regards,
Apache Git Services

Reply via email to