SteNicholas commented on code in PR #3458:
URL: https://github.com/apache/celeborn/pull/3458#discussion_r2311769688
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3165,6 +3168,30 @@ object CelebornConf extends Logging {
.booleanConf
.createWithDefault(true)
+ val WORKER_FLUSH_ON_TRIM_HDFS_THRESHOLD: ConfigEntry[Long] =
+ buildConf("celeborn.worker.flush.on.trim.oss.threshold")
Review Comment:
```suggestion
buildConf("celeborn.worker.flush.on.trim.hdfs.threshold")
```
--
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]