You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Yi Mei (JIRA)" <ji...@apache.org> on 2019/01/25 11:31:00 UTC

[jira] [Created] (HBASE-21783) Support allow exceed user/table/ns rpc throttle quota if region server has available quota

Yi Mei created HBASE-21783:
------------------------------

             Summary: Support allow exceed user/table/ns rpc throttle quota if region server has available quota
                 Key: HBASE-21783
                 URL: https://issues.apache.org/jira/browse/HBASE-21783
             Project: HBase
          Issue Type: Sub-task
            Reporter: Yi Mei


Currently, all types of rpc throttle quota (include region server, namespace, table and user quota) are hard limit, which means once requests exceed the amount, they will be throttled.
In some situation, user use out of all their own quotas but region server still has available quota because other users don't consume at the same time, in this case, we can allow user consume additional quota. So add a configuration named ALLOW_EXCEED  to meet this requirement when set region server quota.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)