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

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


    from 87b32f6  [MINOR][DOCS][TESTS] Fix PLAN_CHANGE_LOG_LEVEL document
     add edeecad  [SPARK-32850][CORE][K8S] 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    | 32 ++++++--
 .../org/apache/spark/deploy/master/Master.scala    | 21 +++--
 .../org/apache/spark/deploy/worker/Worker.scala    | 29 ++++---
 .../executor/CoarseGrainedExecutorBackend.scala    | 70 +++++++++-------
 .../cluster/CoarseGrainedClusterMessage.scala      | 16 ++--
 .../cluster/CoarseGrainedSchedulerBackend.scala    | 93 ++++++++--------------
 .../cluster/StandaloneSchedulerBackend.scala       |  7 +-
 .../org/apache/spark/storage/BlockManager.scala    |  9 ++-
 .../spark/storage/BlockManagerMasterEndpoint.scala | 25 ++----
 .../storage/BlockManagerStorageEndpoint.scala      |  2 +-
 .../spark/deploy/DecommissionWorkerSuite.scala     |  4 +-
 .../spark/deploy/client/AppClientSuite.scala       |  8 +-
 .../apache/spark/deploy/master/MasterSuite.scala   | 18 +++--
 .../spark/scheduler/WorkerDecommissionSuite.scala  |  7 +-
 .../BlockManagerDecommissionIntegrationSuite.scala | 40 ++++++++++
 .../k8s/integrationtest/DecommissionSuite.scala    | 12 +--
 .../scheduler/ExecutorAllocationManagerSuite.scala |  6 +-
 19 files changed, 257 insertions(+), 166 deletions(-)


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

Reply via email to