Saurav Mehta created HBASE-23905:
------------------------------------

             Summary: move_namespaces_regroup 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


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)

Reply via email to