You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Akshay Sudheer (Jira)" <ji...@apache.org> on 2021/02/13 17:45:00 UTC

[jira] [Commented] (HBASE-25402) HBase UI: sorting order by start key or end key is not considering empty start key/end key

    [ https://issues.apache.org/jira/browse/HBASE-25402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17284270#comment-17284270 ] 

Akshay Sudheer commented on HBASE-25402:
----------------------------------------

Sorting empty cells:
Jquery sorter has functionality to take action on the behaviour of empty table cells via header option empty.
Setting empty to:-
1)emptyMin: sorts the empty cells as having a value greater than min(more negative) value. Applicable on Start Key.
2)emptyMax: sorts the empty cells as having a value greater than the max value(more positive). Applicable on End Key.

Raised PR

> HBase UI: sorting order by start key or end key is not considering empty start key/end key
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-25402
>                 URL: https://issues.apache.org/jira/browse/HBASE-25402
>             Project: HBase
>          Issue Type: Bug
>          Components: UI
>    Affects Versions: 2.2.3
>            Reporter: Ajeet Rai
>            Assignee: Akshay Sudheer
>            Priority: Minor
>
> HBase UI: sorting order by start key or end key is not considering empty start key/end key.
> Steps:
> 1: Open any table page having multiple regions
> 2:  click on sort button of start key/end key
> 3: Observed that sorting doesn't consider start and end key.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)