[
https://issues.apache.org/jira/browse/HBASE-13987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14607200#comment-14607200
]
Guanghao Zhang commented on HBASE-13987:
----------------------------------------
Thank you for your advice. It was my mistake to check quota enabled just by
client conf.
But check for TableNotFound still have one problem. If we set
hbase.quota.enabled = true, then update it to false and restart cluster. Use
shell cmd list_quotas, will still get quotas even we have update the
hbase.quota.enabled = false.
> Modify the result of shell cmd list_quotas when not enable quota
> ----------------------------------------------------------------
>
> Key: HBASE-13987
> URL: https://issues.apache.org/jira/browse/HBASE-13987
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: Guanghao Zhang
> Assignee: Guanghao Zhang
> Priority: Minor
> Attachments: HBASE-13987.patch
>
>
> When not enable quota, use shell cmd list_quotas will get result as belows:
> hbase(main):008:0> list_quotas
> OWNER QUOTAS
>
>
> ERROR: Unknown table hbase:quota!
> It is confuse if user doesn't know quotas are stored in hbase:quota. I add
> check isQuotaEnabled before scan the table hbase:quota. So it will return
> result "ERROR: quota support disabled", which is same with set_quota.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)