[ https://issues.apache.org/jira/browse/CASSANDRA-17195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ekaterina Dimitrova updated CASSANDRA-17195: -------------------------------------------- Reviewers: Ekaterina Dimitrova Status: Review In Progress (was: Patch Available) > 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 > > 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: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org