You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Mohammad Arshad (Jira)" <ji...@apache.org> on 2020/07/03 13:20:00 UTC

[jira] [Created] (HBASE-24675) On Master restart all servers are assigned to default rsgroup.

Mohammad Arshad created HBASE-24675:
---------------------------------------

             Summary: On Master restart all servers are assigned to default rsgroup.
                 Key: HBASE-24675
                 URL: https://issues.apache.org/jira/browse/HBASE-24675
             Project: HBase
          Issue Type: Bug
          Components: rsgroup
    Affects Versions: 2.2.3
            Reporter: Mohammad Arshad
            Assignee: Mohammad Arshad


Steps to reproduce:
# Install a HBase cluster with three RS(rs1,rs2 and rs3) and one Master
# Create two rsgroups r1 and r2 and move rs1 to r1 and rs2 to r2
{code:java}
add_rsgroup 'r1';add_rsgroup 'r2';move_servers_rsgroup 'r1',['host1:16020'];move_servers_rsgroup 'r2',['host2:16020']
{code}
# Restart Master
# Run list_rsgroups for hbase shell, all region servers are assigned to default regroup.




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