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

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

shijinkui created FLINK-5806:
--------------------------------

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


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)