mirror of
https://github.com/actiontech/dble.git
synced 2026-01-06 04:40:17 -06:00
inner-2114: modify error msg from no handle to drop
Signed-off-by: dcy10000 <dcy10000@gmail.com>
(cherry picked from commit a8cc45b516)
This commit is contained in:
@@ -186,10 +186,10 @@ public abstract class BackendService extends AbstractService {
|
||||
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