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)