[ https://issues.apache.org/jira/browse/SPARK-25773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16655887#comment-16655887 ]
Apache Spark commented on SPARK-25773: -------------------------------------- User 'zsxwing' has created a pull request for this issue: https://github.com/apache/spark/pull/22771 > Cancel zombie tasks in a result stage when the job finishes > ----------------------------------------------------------- > > Key: SPARK-25773 > URL: https://issues.apache.org/jira/browse/SPARK-25773 > Project: Spark > Issue Type: Improvement > Components: Scheduler > Affects Versions: 2.4.0 > Reporter: Shixiong Zhu > Assignee: Shixiong Zhu > Priority: Major > > When a job finishes, there may be some zombie tasks still running due to > stage retry. Since a result stage will never be used by other jobs, running > these tasks are just wasting the cluster resource. This PR just asks > TaskScheduler to cancel the running tasks of a result stage when it's already > finished. Credits go to @srinathshankar who suggested this idea to me. -- 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