You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yangze Guo (Jira)" <ji...@apache.org> on 2022/07/11 08:53:00 UTC

[jira] [Closed] (FLINK-26675) Parallelized heavy serialization operations in StreamingJobGraphGenerator

     [ https://issues.apache.org/jira/browse/FLINK-26675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yangze Guo closed FLINK-26675.
------------------------------
    Resolution: Fixed

> Parallelized heavy serialization operations in StreamingJobGraphGenerator
> -------------------------------------------------------------------------
>
>                 Key: FLINK-26675
>                 URL: https://issues.apache.org/jira/browse/FLINK-26675
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Client / Job Submission
>            Reporter: Yangze Guo
>            Assignee: Yangze Guo
>            Priority: Major
>              Labels: pull-request-available, stale-assigned
>             Fix For: 1.16.0
>
>
> For some complex jobs, the compilation time of the job graph may exceed one second, which is unaffordable for short queries in the OLAP scenario. After a deeper investigation, we found that the hot path is the serialization of `OperatorCoordinator` and `StreamOperatorFactory`.
> We proposed to parallelized these heavy serialization operations to accelerate the compilation of job graphs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)