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 2015/08/24 23:17:46 UTC

[jira] [Created] (SPARK-10192) Test for fetch failure in a shared dependency for "skipped" stages

Imran Rashid created SPARK-10192:
------------------------------------

             Summary: Test for fetch failure in a shared dependency for "skipped" stages
                 Key: SPARK-10192
                 URL: https://issues.apache.org/jira/browse/SPARK-10192
             Project: Spark
          Issue Type: Test
          Components: Spark Core
            Reporter: Imran Rashid
            Assignee: Imran Rashid


One confusing corner case of the DAGScheduler is when there is a shared shuffle dependency, a job might "skip" the stage associated with that shuffle dependency, since its already been created as part of a different stage.  This means if there is a fetch failure, the retry will technically happen as part of a different {{Stage}} instance.

This already works, but is lacking tests, so I just plan on adding a simple test case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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