Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-8987 Increase test coverage of DAGScheduler
  3. SPARK-10192

Test for fetch failure in a shared dependency for "skipped" stages

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.0
    • Scheduler, Spark Core, Tests
    • None

    Description

      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.

      Attachments

        Activity

          People

            irashid Imran Rashid
            irashid Imran Rashid
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: