s0nskar commented on code in PR #3138:
URL: https://github.com/apache/celeborn/pull/3138#discussion_r1986384417
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4282,6 +4292,14 @@ object CelebornConf extends Logging {
.timeConf(TimeUnit.MILLISECONDS)
.createWithDefaultString("3s")
+ val CLIENT_RPC_RETRY_WAIT: ConfigEntry[Long] =
+ buildConf("celeborn.client.rpc.retryWait")
+ .categories("client")
+ .version("0.6.0")
Review Comment:
> 0.5.4
@turboFei Sorry deleted your version change comment by mistake, thinking it
is my draft comment. Commenting this for posterity.
--
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]