Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-36033 FLIP-469: Supports Adaptive Optimization of StreamGraph
  3. FLINK-36072

Optimizing the Overhead of the Network Layer in Adaptive Execution Scenarios

    XMLWordPrintableJSON

Details

    Description

      In adaptive execution scenarios, hash edges may transition to broadcast edges; however, at that point, the upstream may have already produced data based on hashes.

      For example, in the adaptive broadcast join case, this results in each downstream task needing to connect to all upstream tasks and create a partition reader for each subpartition, leading to significant overhead (O(N²)). To optimize the overhead of the network layer, we need to enable downstream tasks to consume all subpartitions from a specific Task Manager using a single channel and a single partition reader in such situations.

      Attachments

        Issue Links

          Activity

            People

              junrui Junrui Lee
              JunRuiLi Junrui Li
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: