Ngone51 commented on a change in pull request #32766: URL: https://github.com/apache/spark/pull/32766#discussion_r648068021
########## File path: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala ########## @@ -519,10 +558,7 @@ class CoarseGrainedSchedulerBackend(scheduler: TaskSchedulerImpl, val rpcEnv: Rp scheduler.sc.env.blockManager.master.decommissionBlockManagers(executorsToDecommission) if (!triggeredByExecutor) { - executorsToDecommission.foreach { executorId => - logInfo(s"Notify executor $executorId to decommissioning.") - executorDataMap(executorId).executorEndpoint.send(DecommissionExecutor) - } Review comment: What's the symptom when the issue happens? Could executors detect the issue themselves? I'm thinking of whether we could control the migration on the executor side. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org