Zhu Zhu created FLINK-14310: ------------------------------- Summary: 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 Fix For: 1.10.0
{{ExecutionVertexID}} is now added as a field to {{ExecutionVertex}}. Many components, however, are still creating {{ExecutionVertexID}} from {{ExecutionVertex}} by themselves. We should change them to use the field {{ExecutionVertex#executionVertexID}} directly. -- This message was sent by Atlassian Jira (v8.3.4#803005)