Xiao Liu created HBASE-29934:
--------------------------------

             Summary: Quota Info in Table Attributes should display more clearly
                 Key: HBASE-29934
                 URL: https://issues.apache.org/jira/browse/HBASE-29934
             Project: HBase
          Issue Type: Improvement
          Components: Quotas, UI
    Affects Versions: 2.5.13, 2.6.4, 3.0.0-beta-1
            Reporter: Xiao Liu
            Assignee: Xiao Liu
             Fix For: 2.7.0, 3.0.0-beta-2, 2.6.5, 2.5.14
         Attachments: after.png, before.png

When quotas are enabled for the cluster, the RPC quotas for tables appear 
crowded, making it difficult to discern at a glance.

 

----

 

We can enable quota feature with \{{hbase.quota.enabled}} in hbase-site.xml, 
and then invoke the following commands in hbase shell to see the difference.

{code:language=|borderStyle=solid|theme=RDark|linenumbers=true|collapse=false}
space quota
set_quota TYPE => SPACE, TABLE => 't1', LIMIT => '1G', POLICY => NO_INSERTS


rpc quota
set_quota TYPE => THROTTLE, TABLE => 't1', LIMIT => '9500000req/sec', 
SCOPE=>CLUSTER
set_quota TYPE => THROTTLE, TABLE => 't1', LIMIT => '10000m/sec', SCOPE=>CLUSTER
{code}

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to