[ https://issues.apache.org/jira/browse/FLINK-38331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18019369#comment-18019369 ]
Rion Williams edited comment on FLINK-38331 at 9/10/25 2:47 PM: ---------------------------------------------------------------- I'd be interested in taking on this work if it's something that the broader community feels would add value. Reviewing over [the related code for this section|https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/src/app/components/dagre/components/node/node.component.ts], it looks like we already have the identifier of the node present in the component so I think it would just be a matter of exposing it within the UI. A more general question would be if this should be an optional field or perhaps simply a detail that is displayed when hovering over the node (as I'm not sure it is _always_ as valuable as many of the other characteristics. This way it wouldn't dramatically shift the known layout, but the hash could be accessed with a hover similar to the example below: !image-2025-09-10-09-36-22-850.png! An alternative if there was considered value to always displaying it might be to absolutely position it within the node with a slight opacity adjustment: !image-2025-09-10-09-41-14-816.png|width=266,height=198! I'm not sure who the SME is for this area, but happy to take on adding this functionality. was (Author: rionmonster): I'd be interested in taking on this work. Reviewing over [the related code for this section|https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/src/app/components/dagre/components/node/node.component.ts], it looks like we already have the identifier of the node present in the component so I think it would just be a matter of exposing it within the UI. A more general question would be if this should be an optional field or perhaps simply a detail that is displayed when hovering over the node (as I'm not sure it is _always_ as valuable as many of the other characteristics. This way it wouldn't dramatically shift the known layout, but the hash could be accessed with a hover similar to the example below: !image-2025-09-10-09-36-22-850.png! An alternative if there was considered value to always displaying it might be to absolutely position it within the node with a slight opacity adjustment: !image-2025-09-10-09-41-14-816.png|width=285,height=243! I'm not sure who the SME is for this area, but happy to take on adding this functionality. > Support displaying the hash keys on edges in web ui > --------------------------------------------------- > > Key: FLINK-38331 > URL: https://issues.apache.org/jira/browse/FLINK-38331 > Project: Flink > Issue Type: New Feature > Components: Runtime / Web Frontend > Affects Versions: 1.20.1 > Reporter: yisha zhou > Priority: Minor > Attachments: image-2025-09-08-20-22-28-532.png, > image-2025-09-10-09-36-22-850.png, image-2025-09-10-09-41-14-816.png > > > In web ui, if hash keys of hash edges can be displayed like pic. below, it > will be much more intuitive and informative than only showing 'HASH'. > !image-2025-09-08-20-22-28-532.png! -- This message was sent by Atlassian Jira (v8.20.10#820010)