parent
f670fa33ad
commit
d07d89159f
|
|
@ -71,9 +71,9 @@ public interface LoggerCodeConstants {
|
|||
|
||||
String COMMON_FAILED_OVERRIDE_FIELD = "0-24";
|
||||
|
||||
String COMMON_FAILED_LOAD_MAPPING_CACHE = "0-24";
|
||||
String COMMON_FAILED_LOAD_MAPPING_CACHE = "0-25";
|
||||
|
||||
String COMMON_METADATA_PROCESSOR = "0-25";
|
||||
String COMMON_METADATA_PROCESSOR = "0-26";
|
||||
|
||||
// registry module
|
||||
String REGISTRY_ADDRESS_INVALID = "1-1";
|
||||
|
|
|
|||
|
|
@ -157,7 +157,7 @@ public class DubboCodec extends ExchangeCodec {
|
|||
req.setData(data);
|
||||
} catch (Throwable t) {
|
||||
if (log.isWarnEnabled()) {
|
||||
log.warn("Decode request failed: " + t.getMessage(), t);
|
||||
log.warn(PROTOCOL_FAILED_DECODE, "", "", "Decode request failed: " + t.getMessage(), t);
|
||||
}
|
||||
// bad request
|
||||
req.setBroken(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue