You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2018/08/01 06:22:55 UTC

[jira] [Issue Comment Deleted] (HBASE-20468) RPC quota requests ineffective due to not counting multi-actions

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

Gavin updated HBASE-20468:
--------------------------
    Comment: was deleted

(was: A comment with security level 'jira-users' was removed.)

> RPC quota requests ineffective due to not counting multi-actions
> ----------------------------------------------------------------
>
>                 Key: HBASE-20468
>                 URL: https://issues.apache.org/jira/browse/HBASE-20468
>             Project: HBase
>          Issue Type: Bug
>          Components: rpc
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Critical
>         Attachments: HBASE-20468.001.patch
>
>
> Was digging into a problem with [~ankit.singhal] where setting RPC quotas on number of requests wasn't having any effect on a multi-Get
> Ankit did enough digging to find that this was because each RPC was being treated as one request instead of the number of requests contained within the RPC itself.
> Thinking as an operator, this is a pretty ineffective control because a user could just craft their API usage easily to work around any kind of limits I want to set to control their impact on the system. TimeBasedLimiter is assuming that one call to the quota code can only count as one request which I think is just wrong.



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