[ 
https://issues.apache.org/jira/browse/HBASE-29934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiao Liu updated HBASE-29934:
-----------------------------
    Description: 
When quotas are enabled for the cluster, the RPC quotas for tables appear 
crowded, making it difficult to discern at a glance, especially when the values 
are very large.

 
----
 

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:java}
# 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}
 

  was:
When quotas are enabled for the cluster, the RPC quotas for tables appear 
crowded, making it difficult to discern at a glance, especially when the values 
are very large.

 
----
 

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:java}
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}
 


> 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: 3.0.0-beta-1, 2.6.4, 2.5.13
>            Reporter: Xiao Liu
>            Assignee: Xiao Liu
>            Priority: Major
>             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, especially when the 
> values are very large.
>  
> ----
>  
> 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:java}
> # 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