We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2868994 commit fa577adCopy full SHA for fa577ad
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcServerRequestDecoder.java
@@ -74,7 +74,7 @@ public void channelInactive(ChannelHandlerContext ctx) throws Exception {
74
public void exceptionCaught(ChannelHandlerContext ctx, Throwable e) {
75
allChannels.remove(ctx.channel());
76
NettyRpcServer.LOG.trace("Connection {}; caught unexpected downstream exception.",
77
- ctx.channel().remoteAddress(), e.getCause());
+ ctx.channel().remoteAddress(), e);
78
ctx.channel().close();
79
}
80
0 commit comments