[
https://issues.apache.org/jira/browse/CASSANDRA-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15284899#comment-15284899
]
Richard Low commented on CASSANDRA-11746:
-----------------------------------------
I think per table via DDL or backed by a system table will be best. It will be
easier in the server to coordinate across the cluster than in the driver.
> Add per partition rate limiting
> -------------------------------
>
> Key: CASSANDRA-11746
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11746
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Richard Low
>
> In a similar spirit to the tombstone fail threshold, Cassandra could protect
> itself against rogue clients issuing too many requests to the same partition
> by rate limiting. Nodes could keep a sliding window of requests per partition
> and immediately reject requests if the threshold has been reached. This could
> stop hotspots from taking down a replica set.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)