Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Semantic
-
Normal
-
All
-
None
-
Description
Migrate the existing thresholds for the number of keyspaces and tables:
# table_count_warn_threshold: 150 # keyspace_count_warn_threshold: 40
to a new guardrail under the guardrails section, for example:
guardrails: keyspaces: warn_threshold: 40 abort_threshold: -1 tables: warn_threshold: 150 abort_threshold: -1
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.
Attachments
Issue Links
- relates to
-
CASSANDRA-17147 Guardrails prototype
- Resolved
- Testing discovered
-
CASSANDRA-17216 TestMaterializedViews::test_drop_with_stopped_build is flaky
- Resolved
-
CASSANDRA-17217 LocalReadSizeWarningTest#failThresholdSinglePartition is flaky
- Resolved
- links to