Skip to content

Commit

Permalink
Merge pull request #31 from codingapi/tx-lcn-foxdd
Browse files Browse the repository at this point in the history
bug修复,oldServer
  • Loading branch information
xlorne authored Jan 1, 2018
2 parents 8be0f24 + a5aded1 commit 4560b60
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 4560b60

Please sign in to comment.