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

TaskExecutionState toString format have wrong key

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2.1, 1.3.0
    • None
    • None

    Description

      The key of jobID should be executionId in the string format.

      public String toString()

      { return String.format("TaskState jobId=%s, jobID=%s, state=%s, error=%s", jobID, executionId, executionState, throwable == null ? "(null)" : throwable.toString()); }

      Attachments

        Issue Links

          Activity

            People

              shijinkui shijinkui
              shijinkui shijinkui
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: