odbozhou commented on a change in pull request #3975:
URL: https://github.com/apache/rocketmq/pull/3975#discussion_r832971388
##########
File path:
remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingClient.java
##########
@@ -707,5 +711,25 @@ public void exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) throws E
NettyRemotingClient.this.putNettyEvent(new
NettyEvent(NettyEventType.EXCEPTION, remoteAddress, ctx.channel()));
}
}
+
+ @Override
+ public void channelInactive(ChannelHandlerContext ctx) throws
Exception {
Review comment:
Can channelInactive represent broker crash?
--
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]