[
https://issues.apache.org/jira/browse/FLINK-33532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yangze Guo closed FLINK-33532.
------------------------------
Resolution: Fixed
> Move the serialization of ShuffleDescriptorGroup out of the RPC main thread
> ---------------------------------------------------------------------------
>
> Key: FLINK-33532
> URL: https://issues.apache.org/jira/browse/FLINK-33532
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Network
> Reporter: Yangze Guo
> Assignee: dizhou cao
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.19.0
>
>
> Currently, the serilization of ShuffleDescriptorGroup would happen in the RPC
> main thread even for light jobs. That would harm the QPS of OLAP session,
> e.g. the deserialization will take 3ms at TM side for each task of a 128*128
> wordcount job. We propose to move it out of the rpc main thread. For heavy
> jobs, it still worth to cache the serialized value for memory efficiency. At
> the same time we need to make the serialization thread pool configurable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)