funky-eyes commented on code in PR #6879:
URL: https://github.com/apache/incubator-seata/pull/6879#discussion_r1776163371
##########
core/src/main/java/org/apache/seata/core/rpc/netty/NettyClientChannelManager.java:
##########
@@ -244,7 +245,7 @@ void doReconnect(List<String> availList, String
transactionServiceGroup) {
} else if (LOGGER.isDebugEnabled()) {
failedMap.forEach((key, value) -> {
LOGGER.error("{} can not connect to {} cause:{} trace
information:{}",
- FrameworkErrorCode.NetConnect.getErrCode(),
key, value.getMessage(), value);
+ FrameworkErrorCode.NetConnect.getErrCode(),
key, value.getMessage(), Arrays.toString(value.getStackTrace()));
Review Comment:
我认为不应该改动248行,而是将247行中的trace information:{}改为trace information:
I think we should not make any changes to line 248, but instead change line
247 from "trace information:{}" to "trace information:".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]