You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yadong Xie (Jira)" <ji...@apache.org> on 2020/01/07 02:56:00 UTC

[jira] [Commented] (FLINK-14242) Collapse task names in job graph visualization if too long

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

Yadong Xie commented on FLINK-14242:
------------------------------------

Hi [~Paul Lin]

the current design of web has already cut the name when its length exceeds 300 char

[https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/src/app/share/common/dagre/node.component.ts#L53]

> Collapse task names in job graph visualization if too long
> ----------------------------------------------------------
>
>                 Key: FLINK-14242
>                 URL: https://issues.apache.org/jira/browse/FLINK-14242
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Web Frontend
>    Affects Versions: 1.9.0
>            Reporter: Paul Lin
>            Assignee: Yadong Xie
>            Priority: Minor
>
> For some complex jobs, especially SQL jobs, the task names are quite long which makes the job graph hard to read.  We could auto collapse these task names if they exceed a certain length, and provide an uncollapse button for the full task names.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)