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/09/08 04:43:51 UTC

[spark] branch master updated (4144b6d -> 125cbe3)

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 4144b6d  [SPARK-32764][SQL] -0.0 should be equal to 0.0
     add 125cbe3  [SPARK-32736][CORE] Avoid caching the removed decommissioned executors in TaskSchedulerImpl

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ExecutorAllocationManager.scala   |  2 +-
 .../org/apache/spark/deploy/DeployMessage.scala    |  4 +-
 .../spark/deploy/client/StandaloneAppClient.scala  |  6 +--
 .../client/StandaloneAppClientListener.scala       |  2 +-
 .../org/apache/spark/deploy/master/Master.scala    | 11 ++--
 .../executor/CoarseGrainedExecutorBackend.scala    |  7 +--
 .../org/apache/spark/internal/config/package.scala | 10 ----
 .../org/apache/spark/scheduler/DAGScheduler.scala  | 17 +++---
 .../spark/scheduler/ExecutorDecommissionInfo.scala | 10 ++--
 .../spark/scheduler/ExecutorLossReason.scala       | 10 ++--
 .../apache/spark/scheduler/TaskSchedulerImpl.scala | 61 +++-------------------
 .../apache/spark/scheduler/TaskSetManager.scala    |  2 +-
 .../cluster/CoarseGrainedSchedulerBackend.scala    | 38 ++++++--------
 .../cluster/StandaloneSchedulerBackend.scala       |  7 ++-
 .../spark/deploy/client/AppClientSuite.scala       |  4 +-
 .../apache/spark/scheduler/DAGSchedulerSuite.scala | 16 ++++--
 .../spark/scheduler/TaskSchedulerImplSuite.scala   | 36 ++++---------
 .../spark/scheduler/TaskSetManagerSuite.scala      |  9 ++--
 .../WorkerDecommissionExtendedSuite.scala          |  2 +-
 .../spark/scheduler/WorkerDecommissionSuite.scala  |  2 +-
 .../BlockManagerDecommissionIntegrationSuite.scala |  2 +-
 .../scheduler/ExecutorAllocationManager.scala      |  2 +-
 .../scheduler/ExecutorAllocationManagerSuite.scala |  2 +-
 23 files changed, 98 insertions(+), 164 deletions(-)


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