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

Single disk broken causing YarnShuffleSerivce not available

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 2.1.0, 2.4.0
    • None
    • Shuffle, Spark Core
    • None

    Description

      Currently, `ExecutorShuffleInfo` can be recovered from file if NM recovery enabled, however, the recovery file is under a single directory, which may be unavailable if disk broken. So if a NM restart happen(may be caused by kill or some reason), the shuffle service can not startĀ even if there are executors on the node.

      This may finally cause job failures(if node or executors on it not blacklisted), or at least, it will cause resource waste.(shuffle from this node always failed.)

      For long running spark applications, this problem may be more serious.

      So I think we should support multi directories(multi disk) for this recovery. and change to good directory when the disk of current directory is broken.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              liupengcheng liupengcheng
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: