s0nskar commented on code in PR #2715:
URL: https://github.com/apache/celeborn/pull/2715#discussion_r1734532357


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -2145,7 +2145,7 @@ object CelebornConf extends Logging {
       .withAlternative("celeborn.client.maxRetries")
       .internal
       .categories("client", "worker")
-      .doc("Max retry times for client to connect master endpoint")
+      .doc("Max retry times for client to connect master endpoint. The minimum 
times of max retry times is the size of master endpoints.")

Review Comment:
   This seems little confusing. How about this?
   
   ```suggestion
         .doc("Max retry times for client to connect master endpoint. The 
number of retries will be at least equal to the number of master endpoints.")
   ```



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