Skip to content

Commit

Permalink
debug reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
CYY committed Jun 7, 2014
1 parent af6247a commit 8727c4b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ synchronized void connTo(String ipPort,List<ClientHandler> handlers,Map<String,C
if ( null == fac ) {
fac = new Client(new InetSocketAddress(ip, port), USE_NIO, new DefaultClientInitializer());
clients.put(ipPort, fac);
}else{
logger.info("reuse already exists client for : {} ",ip_port);
}
//TODO server weight
// zooKeeper.getData(groupName+"/"+addr,false, null);
Expand Down

0 comments on commit 8727c4b

Please sign in to comment.