Cyrill commented on code in PR #7507:
URL: https://github.com/apache/ignite-3/pull/7507#discussion_r2852775063


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/client/RaftCommandExecutor.java:
##########
@@ -834,15 +999,26 @@ private interface RetryExecutionStrategy {
      * as unavailable. When all peers have been tried, the request fails with
      * {@link ReplicationGroupUnavailableException}.
      */
-    private class SingleAttemptRetryStrategy implements RetryExecutionStrategy 
{
-        private final CompletableFuture<? extends NetworkMessage> fut;
+    private class SingleAttemptRetryStrategy<R extends NetworkMessage> 
implements RetryExecutionStrategy {
+        private final CompletableFuture<R> fut;

Review Comment:
   done



-- 
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]

Reply via email to