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

Mohammad Arshad commented on HBASE-24212:
-----------------------------------------

Yes it is handled but only in master branch

In Master branch
{code:java}
List<RSGroupInfo> groups = master.getRSGroupInfoManager().listRSGroups();
{code}

In Branch-2
{code:java}
List<RSGroupInfo> groups = 
RSGroupTableAccessor.getAllRSGroupInfo(master.getConnection());
{code}

In master branch rsgroup list is read from the memory.
In branch-2 it is scanned from meta table

We should take master branch change in branch-2 also but it causes cyclic 
dependency issue. 
So we have to first move the rsgroup code to server then we can take master 
branch change.


> HMaster UI hangs when rsgorup is enabled and meta-region is not available
> -------------------------------------------------------------------------
>
>                 Key: HBASE-24212
>                 URL: https://issues.apache.org/jira/browse/HBASE-24212
>             Project: HBase
>          Issue Type: Bug
>          Components: rsgroup
>    Affects Versions: master, 2.2.4
>            Reporter: Mohammad Arshad
>            Assignee: Mohammad Arshad
>            Priority: Major
>
> HMaster UI hangs when rsgroup is enabled and meta-region is not available.
> Steps to reproduce:
>  # Cluster: 1 Master, 3 RS
>  # Create rsgroup r1 and r2
>  # Move rs1 to r1 and rs2 to r2 then all the regions are online on rs3
>  # Stop rs3
>  # Now access URL hmaster:Host:infoPort/master-status The page will not open.



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

Reply via email to