Bryan Beaudreault created HBASE-28183:
-----------------------------------------
Summary: It's impossible to re-enable the quota table if it gets
disabled
Key: HBASE-28183
URL: https://issues.apache.org/jira/browse/HBASE-28183
Project: HBase
Issue Type: Bug
Reporter: Bryan Beaudreault
HMaster.enableTable tries to read the quota table. If you disable the quota
table, this fails. So then it's impossible to re-enable it. The only solution I
can find is to delete the table at this point, so that it gets recreated at
startup. We should fix enableTable to not check quotas if the table in
question is hbase:quota.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)