You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2017/02/15 12:58:41 UTC

[jira] [Closed] (FLINK-5806) TaskExecutionState toString format have wrong key

     [ https://issues.apache.org/jira/browse/FLINK-5806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ufuk Celebi closed FLINK-5806.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.1
                   1.3.0

Fixed in b065226 (master), 1037ace (release-1.2).

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