Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-32709

Fix the bug of low memory utilization for Hybrid Shuffle

    XMLWordPrintableJSON

Details

    Description

      Currently, each subpartition in Disk/Remote has a segment size of 8M. When writing segments to the Disk tier with a parallelism of 1000, only shuffle data exceeding 1000 * 8M can be written to the Memory tier again. However, for most shuffles, the data volume size falls below this limit, significantly impacting Memory tier utilization.
      For better performance, it is necessary to address this issue to improve the memory tier utilization.

      Attachments

        Issue Links

          Activity

            People

              tanyuxin Yuxin Tan
              tanyuxin Yuxin Tan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: