RongtongJin commented on code in PR #6750:
URL: https://github.com/apache/rocketmq/pull/6750#discussion_r1193083335
##########
remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingAbstract.java:
##########
@@ -216,10 +216,7 @@ public static void writeResponse(Channel channel,
RemotingCommand request, @Null
response.markResponseType();
try {
channel.writeAndFlush(response).addListener((ChannelFutureListener) future -> {
- if (future.isSuccess()) {
- log.debug("Response[request code: {}, response code: {},
opaque: {}] is written to channel{}",
- request.getCode(), response.getCode(),
response.getOpaque(), channel);
Review Comment:
The log level is debug, but it also affects performance, right?
--
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]