[
https://issues.apache.org/jira/browse/HBASE-29387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HBASE-29387:
-----------------------------------
Labels: pull-request-available (was: )
> Reload quotas from hbase:quota table when changes are made
> ----------------------------------------------------------
>
> Key: HBASE-29387
> URL: https://issues.apache.org/jira/browse/HBASE-29387
> Project: HBase
> Issue Type: Improvement
> Reporter: Charles Connell
> Assignee: Charles Connell
> Priority: Minor
> Labels: pull-request-available
>
> The {{QuotaRefresherChore}} by default runs every 5 minutes on every
> RegionServer. This reads the {{hbase:quota}} table, which has a single region
> hosted on one RegionServer. This means that the larger an HBase cluster
> grows, the more traffic is directed at the one RegionServer that has the
> unfortunate role of hosting {{hbase:quota}}.
> In this ticket I will get RegionServers to reload from {{hbase:quota}} when
> it's modified, and rarely otherwise, to reduce load on the server hosting
> this table.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)