[
https://issues.apache.org/jira/browse/HBASE-28183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Beaudreault resolved HBASE-28183.
---------------------------------------
Fix Version/s: 2.6.0
3.0.0-beta-2
2.5.9
Resolution: Fixed
Pushed to branch-2.5+. Thanks for the contribution [~chandrasekhar.k]!
> 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
> Assignee: Chandra Sekhar K
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.6.0, 3.0.0-beta-2, 2.5.9
>
>
> 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)