Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
As the master processes the current space usages for all tables with space quotas, it does so serially. It also synchronizes on the map which stores each table's state. This prevents the master from easily changing to process table quota violation state transition.
When we get to clusters with large number of tables, each with a space quota, we could run into a situation where a non-zero source of latency is iterating over each table in serial.
Attachments
Issue Links
- relates to
-
HBASE-16961 FileSystem Quotas
- Resolved