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/16 15:02:33 UTC

[spark] branch master updated (355ab6a -> 56ae950)

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 355ab6a  [SPARK-32804][LAUNCHER][FOLLOWUP] Fix SparkSubmitCommandBuilderSuite test failure without jars
     add 56ae950  [SPARK-32850][CORE] Simplify the RPC message flow of decommission

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ExecutorAllocationClient.scala    | 19 +++--
 .../apache/spark/ExecutorAllocationManager.scala   |  5 +-
 .../org/apache/spark/deploy/DeployMessage.scala    | 31 ++++++--
 .../org/apache/spark/deploy/master/Master.scala    | 23 ++++--
 .../org/apache/spark/deploy/worker/Worker.scala    | 28 ++++---
 .../executor/CoarseGrainedExecutorBackend.scala    | 60 +++++++--------
 .../cluster/CoarseGrainedClusterMessage.scala      | 16 ++--
 .../cluster/CoarseGrainedSchedulerBackend.scala    | 86 ++++++++--------------
 .../cluster/StandaloneSchedulerBackend.scala       |  7 +-
 .../org/apache/spark/storage/BlockManager.scala    |  6 +-
 .../spark/storage/BlockManagerMasterEndpoint.scala | 18 +----
 .../storage/BlockManagerStorageEndpoint.scala      |  2 +-
 .../spark/deploy/DecommissionWorkerSuite.scala     |  4 +-
 .../spark/deploy/client/AppClientSuite.scala       |  7 +-
 .../spark/scheduler/WorkerDecommissionSuite.scala  |  7 +-
 .../scheduler/ExecutorAllocationManagerSuite.scala |  6 +-
 16 files changed, 177 insertions(+), 148 deletions(-)


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