[
https://issues.apache.org/jira/browse/HBASE-20607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16482569#comment-16482569
]
Ted Yu commented on HBASE-20607:
--------------------------------
[~gsbiju]:
In your cluster config, did you enable RSGroupAdminEndpoint ?
If so, did you see the following log (from assignTableToGroup) in master log ?
{code}
LOG.debug("Pre-moving table " + desc.getTableName() + " to RSGroup " +
groupName);
{code}
> 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
>
> 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
(v7.6.3#76005)