szetszwo commented on code in PR #1438:
URL: https://github.com/apache/ratis/pull/1438#discussion_r3125414263
##########
ratis-client/src/main/java/org/apache/ratis/client/impl/AsyncImpl.java:
##########
@@ -40,7 +40,7 @@ class AsyncImpl implements AsyncRpcApi {
CompletableFuture<RaftClientReply> send(
RaftClientRequest.Type type, Message message, RaftPeerId server) {
return TraceClient.asyncSend(
- () -> client.getOrderedAsync().send(type, message, server), type,
server);
+ () -> client.getOrderedAsync(server).send(type, message, server),
type, server);
Review Comment:
> ... Set the dummy request to true for LinearizableReadTests should be
enough.
Sure. Let me include the change.
--
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]