[
https://issues.apache.org/jira/browse/FLINK-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15028509#comment-15028509
]
Chesnay Schepler commented on FLINK-3055:
-----------------------------------------
if i saw it correctly [~rmetzger] added the getSubTaskIndex() method, at a time
when getParallelSubtaskIndex() already existed. Maybe he can chime in why he
added the new method? (although it's may be quite a bit in the past)
> ExecutionVertex has duplicate method getParallelSubtaskIndex and
> getSubTaskIndex
> --------------------------------------------------------------------------------
>
> Key: FLINK-3055
> URL: https://issues.apache.org/jira/browse/FLINK-3055
> Project: Flink
> Issue Type: Improvement
> Components: Distributed Runtime
> Affects Versions: 0.10.0
> Reporter: Ufuk Celebi
> Assignee: jun aoki
> Priority: Trivial
>
> In {{ExecutionVertex}}:
> {code}
> public int getSubTaskIndex() {
> return subTaskIndex;
> }
> public int getParallelSubtaskIndex() {
> return this.subTaskIndex;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)