[
https://issues.apache.org/jira/browse/HBASE-23969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17089013#comment-17089013
]
Mingliang Liu commented on HBASE-23969:
---------------------------------------
Hi [~ndimiduk] Yes this would be useful if we can provide that, especially if
the table is high (vertically). So users will not go back to the table header
to check what this data is about.
* Most columns in table.jsp can have static tooltip on data (e.g. ServerName
has {{<td title="info:sn">...</td>}}).
* Composed information like "Server" can have {{<td
title="info:server,info:startcode">...</td>}} as the tooltip.
* For "info:split*" column, we can add tooltip for each line, so they show as
"info:splitA" or "info:splitB". I'll check how to add tooltip for different
lines in the same {{<td/>}}. Honestly I'm far from an HTML expert.
* For "info:merge*" column in table.jsp, I do not find existing code returning
value and the source. I'll add a new method to get this.
I'll update the patch and post a screenshot. If I figure the last two items
above needs much code change, can I address that in a follow-up item?
> Meta browser should show all `info` columns
> -------------------------------------------
>
> Key: HBASE-23969
> URL: https://issues.apache.org/jira/browse/HBASE-23969
> Project: HBase
> Issue Type: Improvement
> Components: master, UI
> Affects Versions: 3.0.0, 2.3.0
> Reporter: Nick Dimiduk
> Assignee: Mingliang Liu
> Priority: Minor
> Attachments: Screen Shot 2020-04-10 at 4.02.50 AM.png, Screen Shot
> 2020-04-11 at 3.27.57 AM.png, Screen Shot 2020-04-17 at 7.07.06 PM.png
>
>
> The Meta table browser lists region states. There are other {{info}} columns
> in the table, which should be displayed. Looking through {{HConstants}}, it
> seems we need to add the following:
> * {{server}}
> * {{sn}}
> * {{splitA}}
> * {{splitB}}
> * {{merge}}
> * {{mergeA}}
> * {{mergeB}}
> Are there others?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)