[
https://issues.apache.org/jira/browse/HBASE-23969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17084409#comment-17084409
]
Michael Stack commented on HBASE-23969:
---------------------------------------
On naming, lets use the names in the base:meta table... the column names? They
are not well chosen but this tool is mostly for folks trying to debug. A 'new
name' when shown in the UI may surprise.
On merge showing all regions, thats good but this is different from how split
is done and different from how other columns are treated? Would suggest no
interpretation of the base:meta table content.... My worry is the new names
will detach us from the raw table content.
I think it'd be good to s how all of the meta table content. Helps debugging.
Thanks for working on this.
> 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
>
>
> 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)