turboFei commented on code in PR #3008:
URL: https://github.com/apache/celeborn/pull/3008#discussion_r1896058191


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4884,6 +4886,23 @@ object CelebornConf extends Logging {
       .timeConf(TimeUnit.MILLISECONDS)
       .createWithDefaultString("3s")
 
+  val RPC_TIMEOUT_RETRY_WAIT: ConfigEntry[Long] =
+    buildConf("celeborn.rpc.timeoutRetryWait")
+      .categories("network")
+      .version("0.6.0")
+      .doc("Wait time before next retry if RpcTimeoutException.")
+      .timeConf(TimeUnit.MILLISECONDS)
+      .createWithDefaultString("1s")
+
+  val CLIENT_CALL_LIFECYCLEMANAGER_MAX_RETRIES: ConfigEntry[Int] =
+    buildConf("celeborn.client.callLifecycleManager.maxRetries")
+      .withAlternative("celeborn.callLifecycleManager.maxRetries")

Review Comment:
   Maybe we can fallback the specific client config to a client default config 
item.



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