s0nskar commented on code in PR #3335:
URL: https://github.com/apache/celeborn/pull/3335#discussion_r2152174254
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3271,6 +3272,15 @@ object CelebornConf extends Logging {
.intConf
.createWithDefault(3)
+ val WORKER_FLUSHER_LOCAL_GATHER_API_ENABLED: ConfigEntry[Boolean] =
+ buildConf("celeborn.worker.flusher.local.gatherAPI.enabled")
+ .internal
+ .categories("worker")
+ .version("0.5.5")
+ .doc("Worker will use gather API if this config is true.")
+ .booleanConf
+ .createWithDefault(true)
Review Comment:
done
--
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]