szetszwo commented on PR #1359:
URL: https://github.com/apache/ratis/pull/1359#issuecomment-3955009482
TestRaftAsyncWithNetty.testWithLoad(..) failed with NPE:
```
Caused by: java.lang.NullPointerException: Request #3851 not found
at java.base/java.util.Objects.requireNonNull(Objects.java:336)
at
org.apache.ratis.netty.NettyRpcProxy$Connection.getReplyFuture(NettyRpcProxy.java:203)
at
org.apache.ratis.netty.NettyRpcProxy$Connection.access$100(NettyRpcProxy.java:149)
at
org.apache.ratis.netty.NettyRpcProxy$Connection$1.channelRead0(NettyRpcProxy.java:159)
at
org.apache.ratis.netty.NettyRpcProxy$Connection$1.channelRead0(NettyRpcProxy.java:155)
at
org.apache.ratis.thirdparty.io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
at
org.apache.ratis.thirdparty.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
... 25 more
```
--
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]