You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zhilong Hong (Jira)" <ji...@apache.org> on 2021/02/09 07:06:00 UTC

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

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)