guohao-rosicky commented on a change in pull request #552:
URL: https://github.com/apache/ratis/pull/552#discussion_r761642062
##########
File path:
ratis-netty/src/main/java/org/apache/ratis/netty/server/DataStreamManagement.java
##########
@@ -323,16 +323,16 @@ static void
sendReply(List<CompletableFuture<DataStreamReply>> remoteWrites,
ctx.writeAndFlush(builder.build());
}
- private CompletableFuture<Void> startTransaction(StreamInfo info,
DataStreamRequestByteBuf request, long bytesWritten,
+ private void startTransaction(StreamInfo info, DataStreamRequestByteBuf
request, long bytesWritten,
Review comment:
Has been modified
--
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]