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

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

Github user asfgit closed the pull request at:

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


> TaskExecutionState toString format have wrong key
> -------------------------------------------------
>
>                 Key: FLINK-5806
>                 URL: https://issues.apache.org/jira/browse/FLINK-5806
>             Project: Flink
>          Issue Type: Bug
>            Reporter: shijinkui
>            Assignee: shijinkui
>             Fix For: 1.3.0, 1.2.1
>
>
> 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());
>       }



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to