dongjoon-hyun commented on a change in pull request #28921:
URL: https://github.com/apache/spark/pull/28921#discussion_r446690486
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/scheduler/cluster/YarnSchedulerBackend.scala
##########
@@ -154,6 +154,7 @@ private[spark] abstract class YarnSchedulerBackend(
* Request that the ApplicationMaster kill the specified executors.
*/
override def doKillExecutors(executorIds: Seq[String]): Future[Boolean] = {
+ executorIds.foreach(sc.env.blockManager.master.removeExecutor)
Review comment:
Hi, @wankunde . Do you think you can add a valid unit test case for that
bug if you think so?
> Bug fix for yarn Dynamic Resource Allocation.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]