You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Imran Rashid (JIRA)" <ji...@apache.org> on 2017/02/14 15:38:41 UTC

[jira] [Created] (SPARK-19596) After a Stage is completed, all Tasksets for the stage should be marked as zombie

Imran Rashid created SPARK-19596:
------------------------------------

             Summary: After a Stage is completed, all Tasksets for the stage should be marked as zombie
                 Key: SPARK-19596
                 URL: https://issues.apache.org/jira/browse/SPARK-19596
             Project: Spark
          Issue Type: Improvement
          Components: Scheduler
    Affects Versions: 2.2.0
            Reporter: Imran Rashid


Fetch Failures can lead to multiple simultaneous tasksets for one stage.  The stage may eventually be finished by task completions from a prior stage attempt.  When this happens, the most recent taskset is not marked as a zombie.  This means that taskset may continue to submit new tasks even after the stage is complete.

This is not a correctness issue, but it will effect performance, as cluster resources will get tied up running tasks that are not needed.

This is a follow up to https://issues.apache.org/jira/browse/SPARK-19565.  See some discussion in the pr for that issue: https://github.com/apache/spark/pull/16901



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org