s0nskar commented on code in PR #3335:
URL: https://github.com/apache/celeborn/pull/3335#discussion_r2152175799
##########
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")
Review Comment:
ACK, will update after this PR lands.
--
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]