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


##########
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")

Review Comment:
   enable => enabled
   
   similar to the class name, `conflictAvoidChooser` is not very intuitive, 
though I don't have a better suggestion.



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