pan3793 commented on code in PR #3071:
URL: https://github.com/apache/celeborn/pull/3071#discussion_r2058243755
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -2061,6 +2066,21 @@ object CelebornConf extends Logging {
.intConf
.createWithDefault(0)
+ val NETWORK_IO_CLIENT_CONFLICT_AVOID_CHOOSER_ENABLE: ConfigEntry[Boolean] =
+ buildConf("celeborn.<module>.io.conflictAvoidChooser.enable")
+ .categories("network")
+ .doc("Whether to use conflict avoid event executor chooser in the client
thread pool. " +
Review Comment:
don't forget adding `version("x.y.z")`
--
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]