You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/12/06 22:35:11 UTC

[jira] [Resolved] (FLINK-3055) ExecutionVertex has duplicate method getParallelSubtaskIndex and getSubTaskIndex

     [ https://issues.apache.org/jira/browse/FLINK-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen resolved FLINK-3055.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

Fixed via 4003352cdbb7cabf9446d73412994c3ab731e9c0

Thank you for the contribution!

> 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
>             Fix For: 1.0.0
>
>
> 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)