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

Disable batch fetch for a shuffle when push based shuffle is enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 3.2.0
    • 3.2.0
    • Shuffle
    • None

    Description

      When push based shuffle is enabled, efficient fetch of merged mapper shuffle output happens.
      Unfortunately, this currently interacts badly with spark.sql.adaptive.fetchShuffleBlocksInBatch, potentially causing shuffle fetch to hang and/or duplicate data to be fetched, causing correctness issues.

      Given batch fetch does not benefit spark stages reading merged blocks when push based shuffle is enabled, ShuffleBlockFetcherIterator.doBatchFetch can be disabled when push based shuffle is enabled.

      Thx to Ngone51 for surfacing this issue.
      +CC Gengliang.Wang

      Attachments

        Activity

          People

            zhouyejoe Ye Zhou
            mridulm80 Mridul Muralidharan
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: