dh20 commented on code in PR #3358:
URL: https://github.com/apache/celeborn/pull/3358#discussion_r2192059847
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -4808,6 +4809,17 @@ object CelebornConf extends Logging {
.timeConf(TimeUnit.MILLISECONDS)
.createWithDefaultString("600s")
+ val CLIENT_READ_NULL_PARTITION_WAIT_TIME: ConfigEntry[Long] =
+ buildConf("celeborn.client.spark.non.partition.wait.time")
Review Comment:
yes, it's more reasonable
--
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]