[ 
https://issues.apache.org/jira/browse/CASSANDRA-18500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726310#comment-17726310
 ] 

Andres de la Peña commented on CASSANDRA-18500:
-----------------------------------------------

Committed to {{trunk}} as 
[b0aa44b27da97b37345ee6fafbee16d66f3b384f|https://github.com/apache/cassandra/commit/b0aa44b27da97b37345ee6fafbee16d66f3b384f].

Thanks for the reviews.

> Add guardrail for partition size
> --------------------------------
>
>                 Key: CASSANDRA-18500
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18500
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/Guardrails
>            Reporter: Andres de la Peña
>            Assignee: Andres de la Peña
>            Priority: Normal
>             Fix For: 5.x
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a guardrail for max partition size, for example:
> {code:java}
> partition_size_warn_threshold: 50MiB
> partition_size_fail_threshold: 100MiB
> {code}
> Most probably this guardrail would only be checked when writing a new sstable 
> to disk (fush/compact). Triggering the guardrail on sstable write would emit 
> a log message and a diagnostic event, but it wouldn't reject the write.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to