pan3793 commented on code in PR #3335:
URL: https://github.com/apache/celeborn/pull/3335#discussion_r2152152665
##########
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:
Can we have it disabled by default (only for 0.5) since branch-0.5 has been
delivered for a relatively long time?
--
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]