Rajeshbabu Chintaguntla created HBASE-28149: -----------------------------------------------
Summary: move_servers_namespaces_rsgroup is not changing the new
rs group in namespace description
Key: HBASE-28149
URL: https://issues.apache.org/jira/browse/HBASE-28149
Project: HBase
Issue Type: Improvement
Reporter: Rajeshbabu Chintaguntla
Assignee: Rajeshbabu Chintaguntla
{noformat}
hbase:024:0> list_rsgroups
NAME SERVER / TABLE
rs1 server
hostname2:16020
table hbase:meta
table hbase:acl
table
hbase:namespace
table
hbase:rsgroup
default server
hostname3:16020
table ns_R:ta
tenant_group1
tenant_group server
hostname1:16020
table ns:tb1
table ns:tab
table ns:t2
4 row(s)
Took 0.0129 seconds
hbase:025:0> move_servers_namespaces_rsgroup 'rs1',['hostname1:16020'], ['ns']
Took 0.0302 seconds
hbase:026:0> list_rsgroups
NAME SERVER / TABLE
rs1 server
hostname1:16020
server
hostname2:16020
table ns:tb1
table ns:tab
table hbase:meta
table hbase:acl
table ns:t2
table
hbase:namespace
table
hbase:rsgroup
default server
hostname2:16020
table ns_R:ta
tenant_group1
tenant_group
4 row(s)
Took 0.0140 seconds
hbase:027:0> describe_namespace 'ns'
DESCRIPTION
{NAME => 'ns', hbase.rsgroup.name => 'tenant_group'}
Quota is disabled
Took 0.0093 seconds
hbase:028:0>
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
