symat 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_r382440618
 
 

 ##########
 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:
   please avoid using * imports. I know this is in the default settings for 
IntelliJ, I always hit this problem when I use a new IntelliJ installation :)

----------------------------------------------------------------
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