[
https://issues.apache.org/jira/browse/HBASE-20607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911219#comment-16911219
]
Ashok shetty edited comment on HBASE-20607 at 8/20/19 11:20 AM:
----------------------------------------------------------------
I tried similar scenario as mentioned below,
*Steps:*
1. add_rsgroup 'my_group'
2. move_servers_rsgroup 'my_group',['server:port']
3. create_namespace 'ns1'
4. create 'ns1:t1', 'f1'
5. create 'ns1:t2', 'f1'
6. create 'ns1:t3', 'f1'
7. move_namespaces_rsgroup 'my_group',['ns1']
8. create 'ns1:t4', 'f1'
At step-6, all tables under ''ns1' were assigned to "default" RSGroup
At step-7, all tables under ''ns1' were moved to my_group
New tables which are created after step-7 are assigned to 'default' RSGroup.
was (Author: ashok_shetty):
i tried the same thing but it a little different way it worked steps
add_rsgroup 'my_group'
move_servers_rsgroup 'my_group',['server:port'] create_namespace
'test_namespace', {'hbase.rsgroup.name'=>'my_group'}
create 'test_namespace:t11', 'f1'
create 'test_namespace:t12', 'f1'
create 'test_namespace:t13', 'f1'
now whatever tables you create under test_namespace it will added under
my_group)
> hbase namespace table is not created/assigned to correct rsgroup
> ----------------------------------------------------------------
>
> Key: HBASE-20607
> URL: https://issues.apache.org/jira/browse/HBASE-20607
> Project: HBase
> Issue Type: Bug
> Components: master
> Reporter: Biju Nair
> Priority: Major
> Labels: quota, rsgroup
>
> This is a follow-up ticket of HBASE-20566
> * Create a {{rsgroup}} and assign {{hbase}} namespace to the new {{rsgroup}}
> * Enable {{quota}} feature by adding the property hbase.quota.enable
> and restarting {{hbase}}
> * By listing the {{rsgroups}}, the {{hbase:quota}} will listed under the
> {{default}} rsgroup.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)