You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jiayi Liao (Jira)" <ji...@apache.org> on 2020/02/12 10:50:00 UTC

[jira] [Created] (FLINK-16017) Improve attachJobGraph Performance

Jiayi Liao created FLINK-16017:
----------------------------------

             Summary: Improve attachJobGraph Performance
                 Key: FLINK-16017
                 URL: https://issues.apache.org/jira/browse/FLINK-16017
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Coordination
    Affects Versions: 1.10.0
            Reporter: Jiayi Liao


Currently {{RegionPartitionReleaseStrategy}} and {{AdaptedRestartPipelinedRegionStrategyNG}} both need to compute distinct pipelined regions, which affects the performance due to the duplicate calculating.

The best idea that comes to my mind so far is calculating distinct pipelined regions in {{DefaultExecutionTopology}} so that we can remove the duplicate calculating.





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