[jira] [Commented] (HBASE-21478) Make table sorted when displaying rsgroup info in shell and master web UI

2019-02-09 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16764209#comment-16764209 ] Hadoop QA commented on HBASE-21478: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-21478) Make table sorted when displaying rsgroup info in shell and master web UI

2019-02-09 Thread Xiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16764178#comment-16764178 ] Xiang Li commented on HBASE-21478: -- Without the patch: {code} hbase(main):004:0> list_rsgroups NAME

[jira] [Commented] (HBASE-21478) Make table sorted when displaying rsgroup info in shell and master web UI

2019-02-09 Thread Xiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16764177#comment-16764177 ] Xiang Li commented on HBASE-21478: -- Hi [~yuzhih...@gmail.com] I uploaded the very first patch v000 to

[jira] [Commented] (HBASE-21478) Make table sorted when displaying rsgroup info in shell and master web UI

2018-11-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16690975#comment-16690975 ] Ted Yu commented on HBASE-21478: bq. what about adding another private member as a copy of tables into

[jira] [Commented] (HBASE-21478) Make table sorted when displaying rsgroup info in shell and master web UI

2018-11-18 Thread Xiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16690951#comment-16690951 ] Xiang Li commented on HBASE-21478: -- [~yuzhih...@gmail.com] RSGroupInfo#getTables() references a

[jira] [Commented] (HBASE-21478) Make table sorted when displaying rsgroup info in shell and master web UI

2018-11-14 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16686798#comment-16686798 ] Ted Yu commented on HBASE-21478: RSGroupInfo#getTables() references a SortedSet . Do you plan to create

[jira] [Commented] (HBASE-21478) Make table sorted when displaying rsgroup info in shell and master web UI

2018-11-14 Thread Xiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16686510#comment-16686510 ] Xiang Li commented on HBASE-21478: -- I believe HBASE-17624 makes servers ordered by hostname then port

[jira] [Commented] (HBASE-21478) Make table sorted when displaying rsgroup info in shell and master web UI

2018-11-14 Thread Xiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-21478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16686494#comment-16686494 ] Xiang Li commented on HBASE-21478: -- I do not plan to change the logic of TableName#compareTo(), because