[jira] [Created] (FLINK-21328) Optimize the initialization of DefaultExecutionTopology

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-21328) Optimize the initialization of DefaultExecutionTopology

Shang Yuanchun (Jira)
Zhilong Hong created FLINK-21328:
------------------------------------

             Summary: Optimize the initialization of DefaultExecutionTopology
                 Key: FLINK-21328
                 URL: https://issues.apache.org/jira/browse/FLINK-21328
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
            Reporter: Zhilong Hong
             Fix For: 1.13.0


Based on FLINK-21326, the {{consumedResults}} in {{DefaultExecutionVertex}} and {{consumers}} in {{DefaultResultPartition}} can be replaced with {{ConsumedPartitionGroup}} and {{ConsumerVertexGroup}} in {{EdgeManager}}.
 # The method {{DefaultExecutionTopology#connectVerticesToConsumedPartitions}} could be removed.
 # All the related usages should be fixed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)