SteNicholas commented on code in PR #3642:
URL: https://github.com/apache/celeborn/pull/3642#discussion_r3027765593
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -5442,6 +5443,14 @@ object CelebornConf extends Logging {
.timeConf(TimeUnit.MILLISECONDS)
.createWithDefaultString("3s")
+ val CLIENT_COMMIT_FILE_REQUEST_RETRY_WAIT: ConfigEntry[Long] =
+ buildConf("celeborn.client.requestCommitFiles.retryWait")
+ .categories("client")
+ .doc("Wait time before next retry if requestCommitFiles RPC failed.")
+ .version("0.7.0")
Review Comment:
0.6.3? Does this support need to merge into v0.6.3?
--
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]