You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhu Zhu (Jira)" <ji...@apache.org> on 2022/10/27 02:15:00 UTC

[jira] [Comment Edited] (FLINK-29660) Show all attempts of subtasks in WebUI

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

Zhu Zhu edited comment on FLINK-29660 at 10/27/22 2:14 AM:
-----------------------------------------------------------

In the exception history, it already shows all the root exceptions and the concurrent exceptions. You can also check any concurrent exception by filtering the task name if you think the displayed root cause is not the true root.

Showing all attempts on the vertex tab may result in performance problem because there can be too many attempts to be retrieved and shown at one time, given that tasks may failover multiple times. At the moment, the tab can be slower and harder to navigate if the parallelism is large and I prefer not to add much extra burden to it.

Maybe a better way is to show the task manager id on the exception history page, and a link to the task manager id to jump to the task manager page.



was (Author: zhuzh):
In the exception history, it already shows all the root exceptions and the concurrent exceptions. You can also check any concurrent exception by filtering the task name if you think the displayed root cause is not the true root.

Showing all attempts on the vertex tab may result in performance problem because there can be too many attempts to be retrieved and shown at one time, given that tasks may failover multiple times. At the moment, the tab can be slower and harder to navigate if the parallelism is large and I prefer not to add much extra burden to it.

Maybe a better way is to show the task manager id on the exception history page, and a link o the task manager id to jump to the task manager page.


> Show all attempts of subtasks in WebUI
> --------------------------------------
>
>                 Key: FLINK-29660
>                 URL: https://issues.apache.org/jira/browse/FLINK-29660
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Web Frontend
>            Reporter: LI Mingkun
>            Priority: Major
>
> Web UI only show subtask metric and TM log now.
> For batch jobs, It's very important to track the metric of fail attempt and jump into log stream of every attemp.
>  
> Feature needed: enable expanded rows of all attempts for subtasks



--
This message was sent by Atlassian Jira
(v8.20.10#820010)