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

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Runtime / Network
    • None

    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

        Activity

          People

            Unassigned Unassigned
            JunRuiLi Junrui Li
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: