Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3055

ExecutionVertex has duplicate method getParallelSubtaskIndex and getSubTaskIndex

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.10.0
    • 1.0.0
    • Runtime / Coordination
    • None

    Description

      In ExecutionVertex:

      public int getSubTaskIndex() {
        return subTaskIndex;
      }
      
      public int getParallelSubtaskIndex() {
        return this.subTaskIndex;
      }
      

      Attachments

        Activity

          People

            jaoki Jun Aoki
            uce Ufuk Celebi
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: