Skip to content

Commit

Permalink
add logic that existed before
Browse files Browse the repository at this point in the history
  • Loading branch information
ylinzhu authored and yanhuqing666 committed Nov 19, 2021
1 parent 81f73e9 commit 22c3038
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ public boolean tryExistsCon(final BackendConnection conn, RouteResultsetNode nod
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("found connections in session to use " + conn + " for " + node);
}
((MySQLResponseService) conn.getService()).setAttachment(node);
return true;
} else {
// slave db connection and can't use anymore ,release it
Expand Down

0 comments on commit 22c3038

Please sign in to comment.