[
https://issues.apache.org/jira/browse/FLINK-9875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561718#comment-16561718
]
ASF GitHub Bot commented on FLINK-9875:
---------------------------------------
TisonKun commented on issue #6353: [FLINK-9875][runtime] Add concurrent
creation of execution job vertex
URL: https://github.com/apache/flink/pull/6353#issuecomment-408810992
@StephanEwen I do a rework to minimize changes this PR needs. now there is
nothing add to the constructor except a synchronized block(which save us from
data race). I think it is clearly JUST parallelize the building process of
ExecutionJobVertex, so ask you for review. Thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add concurrent creation of execution job vertex
> -----------------------------------------------
>
> Key: FLINK-9875
> URL: https://issues.apache.org/jira/browse/FLINK-9875
> Project: Flink
> Issue Type: Improvement
> Components: Local Runtime
> Affects Versions: 1.5.1
> Reporter: 陈梓立
> Assignee: 陈梓立
> Priority: Major
> Labels: pull-request-available
>
> in some case like inputformat vertex, creation of execution job vertex is time
> consuming, this pr add concurrent creation of execution job vertex to
> accelerate it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)