FMX commented on code in PR #3297:
URL: https://github.com/apache/celeborn/pull/3297#discussion_r2115035596
##########
common/src/main/scala/org/apache/celeborn/common/CelebornConf.scala:
##########
@@ -2972,9 +2973,9 @@ object CelebornConf extends Logging {
.withAlternative("celeborn.slots.assign.extraSlots")
.categories("master")
.version("0.3.0")
- .doc("Extra slots number when master assign slots.")
+ .doc("Extra slots number when master assign slots. Provided enough
workers are available.")
.intConf
- .createWithDefault(100)
+ .createWithDefault(2)
Review Comment:
In my opinion, `celeborn.master.slot.assign.extraSlots` has the same meaning
as `celeborn.master.slot.assign.minWorkers`; perhaps this configuration is
sufficient.
--
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]