AmandeepSingh285 commented on code in PR #3523:
URL: https://github.com/apache/celeborn/pull/3523#discussion_r2485645478


##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -3073,6 +3074,19 @@ object CelebornConf extends Logging {
       .doubleConf
       .createWithDefault(1)
 
+  val MASTER_SLOT_ASSIGN_LOADAWARE_DISK_COUNT_WEIGHT: ConfigEntry[Int] =
+    buildConf("celeborn.master.slot.assign.loadAware.diskCountWeight")
+      .withAlternative("celeborn.slots.assign.loadAware.diskCountWeight")
+      .categories("master")
+      .doc(
+        "Weight of number of disks per group when calculating allocation ratio 
in load-aware assignment strategy")
+      .version("0.6.0")

Review Comment:
   Done



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