[
https://issues.apache.org/jira/browse/HBASE-21713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yi Mei updated HBASE-21713:
---------------------------
Release Note:
Support set region server rpc throttle quota which represents the read/write
ability of region servers and throttles when region server's total requests
exceeding the limit.
Use the following shell command to set RS quota:
set_quota TYPE => THROTTLE, REGIONSERVER => 'all', THROTTLE_TYPE => WRITE,
LIMIT => '20000req/sec'
set_quota TYPE => THROTTLE, REGIONSERVER => 'all', LIMIT => NONE
"all" represents the throttle quota of all region servers and setting specified
region server quota isn't supported currently.
> Support set region server throttle quota
> ----------------------------------------
>
> Key: HBASE-21713
> URL: https://issues.apache.org/jira/browse/HBASE-21713
> Project: HBase
> Issue Type: Sub-task
> Reporter: Yi Mei
> Assignee: Yi Mei
> Priority: Major
> Attachments: HBASE-21713.master.001.patch,
> HBASE-21713.master.002.patch, HBASE-21713.master.002.patch,
> HBASE-21713.master.003.patch, HBASE-21713.master.004.patch
>
>
> Support set region server throttle quota which represents the read/write
> ability of region servers.
> Use the following command to set RS quota:
> set_quota TYPE => THROTTLE, REGIONSERVER => 'all', THROTTLE_TYPE => WRITE,
> LIMIT => '20000req/sec'
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)