SteNicholas commented on code in PR #3335:
URL: https://github.com/apache/celeborn/pull/3335#discussion_r2152108896
##########
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:
You should also update the version of branch-0.6 to 0.5.5 instead of 0.6.0.
--
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]