Andres de la Peña created CASSANDRA-17192:
---------------------------------------------
Summary: Migrate the thresholds for RFP cached rows to guardrails
Key: CASSANDRA-17192
URL: https://issues.apache.org/jira/browse/CASSANDRA-17192
Project: Cassandra
Issue Type: New Feature
Components: Feature/Guardrails
Reporter: Andres de la Peña
Migrate the existing thresholds for replica filtering protection:
{code}
replica_filtering_protection:
cached_rows_warn_threshold: 2000
cached_rows_fail_threshold: 32000
{code}
To a new guardrail under the {{guardrails}} section, for example:
{code}
guardrails:
...
replica_filtering_protection_cached_rows:
warn_threshold: 2000
abort_threshold: 32000
{code}
At the moment these thresholds are enabled by default, while guardrails are
globally disabled by default, so we should consider whether we want to globally
enable guardrails, or change these thresholds to disabled by default, or don't
migrate the thresholds.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]