[
https://issues.apache.org/jira/browse/FLINK-14310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-14310.
------------------------------------
Resolution: Fixed
master: d41375048df0050fae5d15f44b165a77ce896f1e
> Get ExecutionVertexID from ExecutionVertex rather than creating new instances
> -----------------------------------------------------------------------------
>
> Key: FLINK-14310
> URL: https://issues.apache.org/jira/browse/FLINK-14310
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Coordination
> Affects Versions: 1.10.0
> Reporter: Zhu Zhu
> Assignee: Zhu Zhu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{ExecutionVertexID}} is now added as a field to {{ExecutionVertex}}.
> Many components, however, are still creating {{ExecutionVertexID}} from
> {{ExecutionVertex}} by themselves. This may lead to more memory consumption
> of JM. It also slows down the {{ExecutionVertexID}} equality check.
> We should change them to use the field {{ExecutionVertex#executionVertexID}}
> directly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)