Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-19582 FLIP-148: Introduce sort-merge based blocking shuffle to Flink
  3. FLINK-19601

Introduce sort-merge based blocking result partition SortMergeResultPartition and the corresponding subpartition reader

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.12.0
    • 1.12.0
    • Runtime / Network
    • None

    Description

      SortMergeResultPartition appends all added records and events to a SortBuffer and after the SortBuffer is full, all data in the SortBuffer will be copied and spilled to a PartitionedFile in subpartition index order. Different from the hash-based blocking shuffle implementation, SortMergeResultPartition can write at most one file concurrently.

      Attachments

        Activity

          People

            kevin.cyj Yingjie Cao
            kevin.cyj Yingjie Cao
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: