wuyi created SPARK-24141: ---------------------------- Summary: Fix bug in CoarseGrainedSchedulerBackend.killExecutors Key: SPARK-24141 URL: https://issues.apache.org/jira/browse/SPARK-24141 Project: Spark Issue Type: Bug Components: Spark Core Affects Versions: 2.3.0 Reporter: wuyi Fix For: 2.3.0
In method _CoarseGrainedSchedulerBackend.killExecutors()_, *numPendingExecutors* should add *executorsToKill.size* rather than *knownExecutors.size* if we do not adjust target number of executors. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org