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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Ufuk Celebi created FLINK-3055:
----------------------------------

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