[
https://issues.apache.org/jira/browse/FLINK-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lining updated FLINK-13510:
---------------------------
Description:
Now, user just can see subtask current attempt in timeline. If job failover,
can not see some has cancled task timeline.
* In the 'subtasks' array we have objects of type SubtaskTimeInfo with only
one added field 'attempt-num'.
* add query parameter show-history, default value is false. If show-history is
true, information for all attempts including
previous ones will be returned
* url: /jobs/:jobid/vertices/:vertexid/subtasktimes?show-history=true
* response:
was:Now, user just can see subtask current attempt in timeline. If job
failover, can not see some has cancled task timeline.
> Show fail attempt for subtask in timelime In Rest API
> -----------------------------------------------------
>
> Key: FLINK-13510
> URL: https://issues.apache.org/jira/browse/FLINK-13510
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / REST
> Reporter: lining
> Priority: Major
>
> Now, user just can see subtask current attempt in timeline. If job failover,
> can not see some has cancled task timeline.
> * In the 'subtasks' array we have objects of type SubtaskTimeInfo with only
> one added field 'attempt-num'.
> * add query parameter show-history, default value is false. If show-history
> is true, information for all attempts including
> previous ones will be returned
> * url: /jobs/:jobid/vertices/:vertexid/subtasktimes?show-history=true
> * response:
--
This message was sent by Atlassian Jira
(v8.3.4#803005)