adoroszlai commented on code in PR #702:
URL: https://github.com/apache/ratis/pull/702#discussion_r937133081
##########
ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java:
##########
@@ -1413,7 +1413,7 @@ leaderId, getMemberId(), currentTerm, followerCommit,
state.getNextIndex(), NOT_
getRaftServer().getPeer());
}
}
- return JavaUtils.allOf(futures).whenCompleteAsync(
+ return JavaUtils.allOf(futures).whenComplete(
Review Comment:
`TestInstallSnapshotNotificationWithGrpc` may be flaky after all, though I
haven't found recent commits with the same failure.
--
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]