Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynt4606 committed Nov 11, 2024
1 parent d2f7d33 commit 2d18124
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -947,8 +947,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 2d18124

Please sign in to comment.