[
https://issues.apache.org/jira/browse/HBASE-22160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851466#comment-16851466
]
Daisuke Kobayashi commented on HBASE-22160:
-------------------------------------------
I happen to find another thing which should be fixed. For example, in 'Memstore
Size', it's not sorted as expected as follows. Will upload another patch soon.
Descending order:
{code:java}
88 MB
66 MB
54 MB
371 MB
116 MB
0 B
{code}
Ascending order:
{code:java}
0 B
116 MB
371 MB
54 MB
66 MB
88 MB
{code}
> Add sorting functionality in regionserver web UI for user regions
> -----------------------------------------------------------------
>
> Key: HBASE-22160
> URL: https://issues.apache.org/jira/browse/HBASE-22160
> Project: HBase
> Issue Type: Improvement
> Components: monitoring, regionserver, UI, Usability
> Reporter: Daisuke Kobayashi
> Assignee: Daisuke Kobayashi
> Priority: Minor
> Attachments: HBASE-22160.branch2.001.patch,
> HBASE-22160.master.001.patch, HBASE-22160.master.001.patch,
> HBASE-22160.master.002.patch, Screen Shot 2019-04-03 at 15.56.02.png, Screen
> Shot 2019-05-28 at 6.45.46 PM.png, Screen Shot 2019-05-29 at 11.42.29.png
>
>
> Should be good to have the same sort of sorting functionality, like hmaster
> via HBASE-21207, in regionserver web UI for the list of regions too.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)