turboFei commented on code in PR #3297:
URL: https://github.com/apache/celeborn/pull/3297#discussion_r2115073391
##########
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:
I think the main purpose is to revert the default value change of
`celeborn.master.slot.assign.extraSlots`, which was from 2 to 100.
--
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]