guohao-rosicky commented on a change in pull request #596: URL: https://github.com/apache/ratis/pull/596#discussion_r801209865
########## File path: ratis-netty/src/main/java/org/apache/ratis/netty/server/DataStreamManagement.java ########## @@ -439,7 +448,7 @@ private void readImpl(DataStreamRequestByteBuf request, ChannelHandlerContext ct }, requestExecutor)).whenComplete((v, exception) -> { try { if (exception != null) { - streams.remove(key); + removeDataStream(request); Review comment: Yes, I modify it -- 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: issues-unsubscr...@ratis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org