Skip to content

Commit

Permalink
bug修复,oldServer
Browse files Browse the repository at this point in the history
  • Loading branch information
foxdd committed Dec 24, 2017
1 parent 3ea4c04 commit a5aded1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public Server proxy(List<Server> servers,Server server){
Server oldServer =getServer(txTransactionLocal,servers,key);
if(oldServer != null){
logger.info("LCNBalanceProxy - > load old server ");
return server;
return oldServer;
}

putServer(key, txTransactionLocal, server);
Expand Down

0 comments on commit a5aded1

Please sign in to comment.