pan3793 commented on code in PR #3685:
URL: https://github.com/apache/celeborn/pull/3685#discussion_r3242202828
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3154,6 +3156,16 @@ object CelebornConf extends Logging {
.doubleConf
.createWithDefault(1)
+ val MASTER_SLOT_ASSIGN_LOADAWARE_ACTIVE_SLOTS_WEIGHT: ConfigEntry[Double] =
+ buildConf("celeborn.master.slot.assign.loadAware.activeSlotsWeight")
+ .withAlternative("celeborn.slots.assign.loadAware.activeSlotsWeight")
Review Comment:
this should only be added for config rename cases for backward
compatibility, is not required for new introduced config
--
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]