pan3793 commented on code in PR #3178:
URL: https://github.com/apache/celeborn/pull/3178#discussion_r2032733012


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3898,6 +3899,14 @@ object CelebornConf extends Logging {
       .intConf
       .createWithDefault(3)
 
+  val WORKER_WRITER_GATHER_API_ENABLED: ConfigEntry[Boolean] =
+    buildConf("celeborn.worker.writer.gatherApi.enabled")

Review Comment:
   I would call it `celeborn.worker.flusher.local.gatherAPI.enabled` and mark 
it as internal, user would not turn off it unless hit bugs.



-- 
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]

Reply via email to