[
https://issues.apache.org/jira/browse/HBASE-30348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ray Mattingly resolved HBASE-30348.
-----------------------------------
Fix Version/s: 4.0.0-alpha-1
2.7.0
3.1.0
3.0.1
2.6.8
Release Note: Previously, RPC throttles were silently unenforceable on any
system table, including the backup tables: quotas were accepted and displayed
by list_quotas but never applied. Throttles now work on all tables except
hbase:meta and hbase:quota, which stay exempt because the throttling machinery
depends on them; operators with existing quotas that match system tables should
review them, since those quotas will now take effect.
Resolution: Fixed
> Throttles should work for system tables (excluding quotas, meta)
> ----------------------------------------------------------------
>
> Key: HBASE-30348
> URL: https://issues.apache.org/jira/browse/HBASE-30348
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.6.7
> Reporter: Ray Mattingly
> Assignee: Ray Mattingly
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1, 2.7.0, 3.1.0, 3.0.1, 2.6.8
>
>
> Right now throttles silently no-op for all system tables. Outside of the
> quotas table itself, of course, and perhaps the meta table I don't think this
> actually makes sense. We saw a pathologic build up of huge cells in
> incremental backups tables, for example, and it resulted in significant IO
> hotspots throughout our HBase clusters during backups and during bulk loads.
> We will fix that backups bug separately, but we would also love to have
> throttles in place on these backup system tables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)