[ 
https://issues.apache.org/jira/browse/HBASE-29934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18063229#comment-18063229
 ] 

Hudson commented on HBASE-29934:
--------------------------------

Results for branch master
        [build #2 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/master/2/]:
 (/) *{color:green}+1 overall{color}*
----
details (if available):

(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop 
client{color}


(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop 
client{color}


(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop 
client{color}


(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop 
client{color}


(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop 
client{color}


(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop 
client{color}


> 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
>              Labels: pull-request-available
>             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