[
https://issues.apache.org/jira/browse/FLINK-19940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235483#comment-17235483
]
Roman Khachatryan edited comment on FLINK-19940 at 11/19/20, 1:54 PM:
----------------------------------------------------------------------
Thanks for sharing this. So the issue is that name in the rectangle doesn't
match the description, right?
On the server side, they are generated by the code in most cases
(JobVertex.name or prettyName).
In the UI, name in the rectangle is truncated to 300 symbols
(flink-runtime-web/web-dashboard/src/app/share/common/dagre/node.component.ts).
This is I think what happens here: the name is just truncated.
Which seems reasonable to me, I don't think we should change this.
cc: [~aljoscha]
was (Author: roman_khachatryan):
So the issue is that name in the rectangle doesn't match the description, right?
On the server side, they are generated by the code in most cases
(JobVertex.name or prettyName).
In the UI, name in the rectangle is truncated to 300 symbols
(flink-runtime-web/web-dashboard/src/app/share/common/dagre/node.component.ts).
This is I think what happens here: the name is just truncated.
Which seems reasonable to me, I don't think we should change this.
cc: [~aljoscha]
> Task names on web UI should change when an operator chain is chained with
> sources
> ---------------------------------------------------------------------------------
>
> Key: FLINK-19940
> URL: https://issues.apache.org/jira/browse/FLINK-19940
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Web Frontend
> Reporter: Caizhi Weng
> Assignee: Roman Khachatryan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0
>
> Attachments: multi-web-ui.png
>
>
> Currently task names on web UI doesn't change even if the operator chain is
> chained with sources. We should change its name to show that the sources are
> chained.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)