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

Ekaterina Dimitrova edited comment on CASSANDRA-17195 at 12/16/21, 8:09 PM:
----------------------------------------------------------------------------

+1 on the patch, thank you!

I was about to say that we had in the past - CASSANDRA-16970 closed while 
keeping an eye on failThresholdSinglePartition. Thank you for opening a new 
ticket.

The other failure is already reported one under CASSANDRA-16061   which was 
closed as too old ticket and not seen failure recently. I think we can reopen 
it? 


was (Author: e.dimitrova):
+1 on the patch, thank you!

I was about to say that we had in the past - CASSANDRA-16970 closed while 
keeping an eye on failThresholdSinglePartition. Thank you for opening a new 
ticket.

The other failure is already reported one under CASSANDRA-16061.

> Migrate thresholds for number of keyspaces and tables to guardrails
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-17195
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17195
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/Guardrails
>            Reporter: Andres de la Peña
>            Assignee: Andres de la Peña
>            Priority: Normal
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Migrate the existing thresholds for the number of keyspaces and tables:
> {code}
> # table_count_warn_threshold: 150
> # keyspace_count_warn_threshold: 40
> {code}
> to a new guardrail under the guardrails section, for example:
> {code}
> guardrails:
>     keyspaces:
>         warn_threshold: 40
>         abort_threshold: -1
>     tables:
>         warn_threshold: 150
>         abort_threshold: -1
> {code}
> Please note that CASSANDRA-17147 has already added a guardrail for the number 
> of tables, but the previous not-guardrail threshold for warning about the 
> number of tables still exists.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to