Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynt4606 committed Oct 30, 2024
1 parent 32e9b71 commit ead64b9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,10 @@ private[celeborn] class Master(
.asScala.map { case (worker, slots) => worker.toUniqueId() -> slots }.asJava,
requestSlots.requestId)

logInfo(s"Offer slots successfully for $numReducers reducers $numPartitions grouped reducers of $shuffleKey" +
s" on ${slots.size()} workers.")
logInfo(
s"Offer slots successfully for $numReducers reducers $numPartitions grouped reducers of $shuffleKey" +
s" on ${slots.size()} workers.")
logInfo(s"group nums $numMapTaskGroups")

val workersNotSelected = availableWorkers.asScala.filter(!slots.containsKey(_))
val offerSlotsExtraSize = Math.min(conf.masterSlotAssignExtraSlots, workersNotSelected.size)
Expand Down

0 comments on commit ead64b9

Please sign in to comment.