SammyVimes commented on a change in pull request #161:
URL: https://github.com/apache/ignite-3/pull/161#discussion_r648397675
##########
File path:
modules/network/src/main/java/org/apache/ignite/network/internal/netty/InboundDecoder.java
##########
@@ -126,13 +126,13 @@ public InboundDecoder(MessageSerializationRegistry
serializationRegistry) {
}
/** {@inheritDoc} */
- @Override public void exceptionCaught(ChannelHandlerContext ctx, Throwable
cause) throws Exception {
+ @Override public void exceptionCaught(ChannelHandlerContext ctx, Throwable
cause) {
Review comment:
I think it would be nice to have this one in OutboundDecoder as well
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]