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


##########
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")
+      .categories("worker")
+      .version("0.6.0")
+      .doc("Worker will use gather API if this config is true.")
+      .booleanConf
+      .createWithDefault(false)

Review Comment:
   it might be worth enabling by default given it's JDK feature, which 
generally is much stable.



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