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/03/30 07:52:00 UTC

[jira] [Created] (FLINK-22037) Remove the redundant blocking queue from DeployingTasksBenchmarkBase

Zhilong Hong created FLINK-22037:
------------------------------------

             Summary: Remove the redundant blocking queue from DeployingTasksBenchmarkBase
                 Key: FLINK-22037
                 URL: https://issues.apache.org/jira/browse/FLINK-22037
             Project: Flink
          Issue Type: Bug
          Components: Benchmarks, Runtime / Coordination
    Affects Versions: 1.13.0
            Reporter: Zhilong Hong
             Fix For: 1.13.0


We find that the {{BlockingQueue}} that used to preserve {{TaskDeploymentDescriptors}} are never used later. Since {{TaskDeploymentDescriptors}} would cost massive heap memory, it may introduce unnecessary garbage collection and make the result of benchmarks related to deployment unstable. So we think it's better to remove the redundant blocking queue in {{DeployingTasksBenchmarkBase}}.



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