You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/23 20:25:00 UTC

[jira] [Resolved] (HBASE-13101) RPC throttling to protect against malicious clients

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

Andrew Kyle Purtell resolved HBASE-13101.
-----------------------------------------
    Resolution: Duplicate

> RPC throttling to protect against malicious clients
> ---------------------------------------------------
>
>                 Key: HBASE-13101
>                 URL: https://issues.apache.org/jira/browse/HBASE-13101
>             Project: HBase
>          Issue Type: Brainstorming
>          Components: regionserver
>            Reporter: Nick Dimiduk
>            Priority: Major
>
> We should protect a region server from poorly designed/implemented clients/schemas that result in a "hotspot" which overwhelms a single machine. A client that creates a new connection for each request is an example of this case, where META gets completely flooded and kills the RS. Master diligently brings it up on another host, which sends the traffic along to the next victim, and will slowly bring down the whole cluster.
> My suggestion is rate-limiting per client, implemented at the RPC level, but I'm looking for other suggestions.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)