Andres de la Peña created CASSANDRA-17195:
---------------------------------------------
Summary: 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
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]