[
https://issues.apache.org/jira/browse/HBASE-18350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200288#comment-16200288
]
Balazs Meszaros commented on HBASE-18350:
-----------------------------------------
The result of list_rsgroups and get_rsgroup changed slightly.
list_rsgroups also includes the contained servers and tables:
{code}
hbase(main):001:0> list_rsgroups
NAME SERVER / TABLE
default server 172.30.64.72:51649
server 172.30.64.72:51654
server 172.30.64.72:51656
table hbase:meta
table hbase:namespace
table hbase:rsgroup
1 row(s)
Took 0.4248 seconds
{code}
get_rsgroups:
{code}
hbase(main):002:0> get_rsgroup 'default'
SERVERS
172.30.64.72:51649
172.30.64.72:51654
172.30.64.72:51656
3 row(s)
TABLES
hbase:meta
hbase:namespace
hbase:rsgroup
3 row(s)
Took 0.0202 seconds
{code}
> RSGroups are broken under AMv2
> ------------------------------
>
> Key: HBASE-18350
> URL: https://issues.apache.org/jira/browse/HBASE-18350
> Project: HBase
> Issue Type: Bug
> Components: rsgroup
> Affects Versions: 2.0.0-alpha-1
> Reporter: Stephen Yuan Jiang
> Assignee: Balazs Meszaros
> Priority: Blocker
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-18350.master.001.patch
>
>
> The following RSGroups tests were disabled by Core Proc-V2 AM in HBASE-14614:
> - Disabled/Ignore TestRSGroupsOfflineMode#testOffline; need to dig in on what
> offline is.
> - Disabled/Ignore TestRSGroups.
> This JIRA tracks the work to enable them (or remove/modify if not applicable).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)