[
https://issues.apache.org/jira/browse/HBASE-23969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088799#comment-17088799
]
Nick Dimiduk commented on HBASE-23969:
--------------------------------------
Nice improvements [~liuml07].
I like [~stack]'s suggestion of minimizing interpretation, but I agree that we
cannot simply show the columns and values because data is likely spread across
columns. One idea, since you're braving the world of tooltips: what if we
provide a tooltip describing the column contents on the header, and, where
possible, have a tooltip on the data that names its source qualifier from the
schema. I know the APIs aren't really designed for this, and i'll require some
fragile data lineage reconstruction, but I think it'll give us a nice
compromise between a view that makes sense on casual glance, and something that
can withstand some scrutiny. What do you think?
> 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)