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


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/RetryContext.java:
##########
@@ -102,7 +102,7 @@ class RetryContext {
      * @param originDescription Supplier describing the origin request from 
which this one depends, or returning {@code null} if
      *         this request is independent.
      * @param requestFactory Factory for creating requests to the target peer.
-     * @param stopTime Timestamp that denotes the point in time up to which 
retry attempts will be made.
+     * @param sendWithRetryTimeoutMillis Timeout, in milliseconds, for the 
entire retry sequence.

Review Comment:
   We can fix it later as the follow up to the raft client refactoring



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