mirror of
https://github.com/actiontech/dble.git
synced 2026-04-30 03:21:14 -05:00
fix use backend connection information
This commit is contained in:
@@ -224,7 +224,7 @@ public class RWSplitHandler implements ResponseHandler, LoadDataResponseHandler,
|
||||
loadDataClean();
|
||||
initDbClean();
|
||||
rwSplitService.getSession2().unbind();
|
||||
reason = "Connection {dbInstance[" + rwSplitService.getConnection().getHost() + ":" + rwSplitService.getConnection().getPort() + "],DbGroup[" +
|
||||
reason = "Connection {dbInstance[" + service.getConnection().getHost() + ":" + service.getConnection().getPort() + "],DbGroup[" +
|
||||
rwSplitService.getUserConfig().getDbGroup() + "],threadID[" +
|
||||
((MySQLResponseService) service).getConnection().getThreadId() + "]} was closed ,reason is [" + reason + "]";
|
||||
writeErrorMsg(rwSplitService.nextPacketId(), reason);
|
||||
|
||||
Reference in New Issue
Block a user