srowen commented on a change in pull request #25487: [SPARK-28769][CORE] 
Improve warning message of BarrierExecutionMode when required slots > maximum 
slots
URL: https://github.com/apache/spark/pull/25487#discussion_r315655395
 
 

 ##########
 File path: 
core/src/main/scala/org/apache/spark/scheduler/BarrierJobAllocationFailed.scala
 ##########
 @@ -33,7 +33,9 @@ private[spark] class 
BarrierJobRunWithDynamicAllocationException
   extends BarrierJobAllocationFailed(
     BarrierJobAllocationFailed.ERROR_MESSAGE_RUN_BARRIER_WITH_DYN_ALLOCATION)
 
-private[spark] class BarrierJobSlotsNumberCheckFailed
+private[spark] class BarrierJobSlotsNumberCheckFailed(
 
 Review comment:
   Would DAGScheduler not already have these values? maybe not, just checking 
whether it must be passed back in the message.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to