You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/04 21:00:12 UTC

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

    [ https://issues.apache.org/jira/browse/FLINK-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15042130#comment-15042130 ] 

ASF GitHub Bot commented on FLINK-3055:
---------------------------------------

GitHub user jaoki opened a pull request:

    https://github.com/apache/flink/pull/1438

    [FLINK-3055] remove getSubTaskIndex()

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jaoki/flink get-rid-of-one-of-subTaskIndex-getter

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1438.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1438
    
----
commit 973d9dd8e02f33e5f7ff6ba5724969ce794ee732
Author: Jun Aoki <ja...@apache.org>
Date:   2015-12-04T19:57:35Z

    [FLINK-3055] remove getSubTaskIndex()

----


> 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)