mirror of
https://github.com/actiontech/dble.git
synced 2026-01-07 13:20:21 -06:00
Revert "inner-2114: modify error msg from no handle to drop"
This reverts commit 3671556bef.
This commit is contained in:
@@ -274,10 +274,10 @@ public class MySQLConnectionHandler extends BackendAsyncHandler {
|
||||
ErrorPacket errPkg = new ErrorPacket();
|
||||
errPkg.read(data);
|
||||
String errMsg = "errNo:" + errPkg.getErrNo() + " " + new String(errPkg.getMessage());
|
||||
LOGGER.warn("drop the unprocessed error packet, reason:{},packet content:{},back service:{},", reason, errMsg, source);
|
||||
LOGGER.warn("no handler process the execute packet err,sql error:{},back service:{},from reason:{}", errMsg, source, reason);
|
||||
|
||||
} catch (RuntimeException e) {
|
||||
LOGGER.info("error drop error-packet", e);
|
||||
LOGGER.info("error handle error-packet", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user