Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-4188

Shuffle fetches should be retried at a lower level

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.2.0
    • Spark Core
    • None

    Description

      During periods of high network (or GC) load, it is not uncommon that IOExceptions crop up around connection failures when fetching shuffle files. Unfortunately, when such a failure occurs, it is interpreted as an inability to fetch the files, which causes us to mark the executor as lost and recompute all of its shuffle outputs.
      We should allow retrying at the network level in the event of an IOException in order to avoid this circumstance.

      Attachments

        Issue Links

          Activity

            People

              adav Aaron Davidson
              ilikerps Aaron Davidson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: