timoninmaxim commented on code in PR #12169:
URL: https://github.com/apache/ignite/pull/12169#discussion_r2192878478


##########
modules/core/src/main/java/org/apache/ignite/internal/client/thin/ReliableChannel.java:
##########
@@ -68,7 +68,11 @@ final class ReliableChannel implements AutoCloseable {
     /** Client channel holders for each configured address. */
     private volatile List<ClientChannelHolder> channels;
 
-    /** Limit of attempts to execute each service. */
+    /**
+     * Limit of attempts to execute each {@link #service}.
+     * Each channel is tried twice, and both attempts count as a single value

Review Comment:
   1. single value -> single attempt.
   2. move "toward this limit" on the previous line.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to