[ https://issues.apache.org/jira/browse/FLINK-17050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gary Yao closed FLINK-17050. ---------------------------- Resolution: Fixed master: b0719f0fb8f0ac7456653f4b0964d5847b2d8a52 3e9418c0e4323bd16645d6e5045e65d262fc7130 39ebaae65a9a2f55f50f8714597fbc1c2eafc7c0 > Remove methods getVertex() and getResultPartition() from SchedulingTopology > --------------------------------------------------------------------------- > > Key: FLINK-17050 > URL: https://issues.apache.org/jira/browse/FLINK-17050 > Project: Flink > Issue Type: Improvement > Components: Runtime / Coordination > Reporter: Gary Yao > Assignee: Gary Yao > Priority: Major > Labels: pull-request-available > Fix For: 1.11.0 > > Time Spent: 20m > Remaining Estimate: 0h > > Remove methods (they are only called from tests): > # {{Optional<V> getVertex(ExecutionVertexID)}} > # {{Optional<R> getResultPartition(IntermediateResultPartitionID)}} > and replace them with the following new methods: > # {{V getVertex(ExecutionVertexID)}} > # {{V getResultPartition(IntermediateResultPartitionID)}} > The new methods should throw {{IllegalArgumentException}} if no matching > vertex or result partition could be found. -- This message was sent by Atlassian Jira (v8.3.4#803005)