Guanghao Zhang created HBASE-13987:
--------------------------------------
Summary: 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
Environment: 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.
Reporter: Guanghao Zhang
Assignee: Guanghao Zhang
Priority: Minor
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)