mirror of
https://github.com/actiontech/dble.git
synced 2026-01-06 12:50:15 -06:00
inner-2114: modify error msg from no handle to drop
Signed-off-by: dcy10000 <dcy10000@gmail.com>
(cherry picked from commit a8cc45b516)
Signed-off-by: dcy10000 <dcy10000@gmail.com>
This commit is contained in:
@@ -403,10 +403,10 @@ public abstract class AbstractService implements Service {
|
||||
ErrorPacket errPkg = new ErrorPacket();
|
||||
errPkg.read(data);
|
||||
String errMsg = "errNo:" + errPkg.getErrNo() + " " + new String(errPkg.getMessage());
|
||||
LOGGER.warn("no handler process the execute packet err,sql error:{},back service:{},from reason:{}", errMsg, this, reason);
|
||||
LOGGER.warn("drop the unprocessed error packet, reason:{},packet content:{},back service:{},", reason, errMsg, this);
|
||||
|
||||
} catch (RuntimeException e) {
|
||||
LOGGER.info("error handle error-packet", e);
|
||||
LOGGER.info("error drop error-packet", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user