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/03/17 06:02:00 UTC

[jira] [Resolved] (HBASE-23905) move_namespaces_rsgroup is not moving namespace into desired rsgroup

     [ https://issues.apache.org/jira/browse/HBASE-23905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mohammad Arshad resolved HBASE-23905.
-------------------------------------
    Resolution: Invalid

Issue is invalid. Closing it now. Please feel free to reopen if you disagree.

> move_namespaces_rsgroup is not moving namespace into desired rsgroup
> --------------------------------------------------------------------
>
>                 Key: HBASE-23905
>                 URL: https://issues.apache.org/jira/browse/HBASE-23905
>             Project: HBase
>          Issue Type: Bug
>          Components: rsgroup
>    Affects Versions: 2.2.3
>            Reporter: Saurav Mehta
>            Assignee: Mohammad Arshad
>            Priority: Major
>
> When creating a namespace and specifying a rs group in hbase.rsgroup.name, the namespace gets associated with the mentioned rs group. However later, the namespace does not move to another rs group when using "move_namespace_rsgroup".
>  
> Steps to reproduce the issue:
>  # create a rs group 'r1' and add a region server in it.
>  # *create_namespace 'namespace',\{METHOD => 'set', 'hbase.rsgroup.name' => 'r1'}*
>  # *describe_namespace 'namespace'*
>  # *move_namespaces_rsgroup 'default',['namespace']*
>  # *describe_namespace 'namespace'*
> Before moving the namespace into another rs group, it will show rsgroup r1 but even after the step 4, it still shows same description of the namespace. This bug is not allowing me to remove a rs group because it keeps on telling "r1 cannot be deleted as namespace 'namespace' is still associated with the rs group 'r1' ".
>  
>  
>  
>  



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