You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/08/06 05:43:21 UTC

[spark] branch master updated (375d348 -> 7f275ee)

This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 375d348  [SPARK-31197][CORE] Shutdown executor once we are done decommissioning
     add 7f275ee  [SPARK-32518][CORE] CoarseGrainedSchedulerBackend.maxNumConcurrentTasks should consider all kinds of resources

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/spark/SparkContext.scala |   2 +-
 .../scheduler/BarrierJobAllocationFailed.scala     |   4 +-
 .../org/apache/spark/scheduler/DAGScheduler.scala  |  10 +-
 .../spark/scheduler/ExecutorResourceInfo.scala     |   1 +
 .../apache/spark/scheduler/SchedulerBackend.scala  |   2 +-
 .../apache/spark/scheduler/TaskSchedulerImpl.scala | 113 ++++++++++++---------
 .../cluster/CoarseGrainedSchedulerBackend.scala    |  24 ++++-
 .../spark/BarrierStageOnSubmittedSuite.scala       |  36 +++++++
 8 files changed, 133 insertions(+), 59 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org