[
https://issues.apache.org/jira/browse/HBASE-28183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Beaudreault updated HBASE-28183:
--------------------------------------
Description: 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, but this results in losing any quotas you had
defined. We should fix enableTable to not check quotas if the table in
question is hbase:quota. (was: 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.)
> 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
> Priority: Major
>
> 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, but this results in losing any quotas you had defined. 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)