Andres de la Peña created CASSANDRA-17196:
---------------------------------------------

             Summary: Migrate thresholds for GC pauses to guardrails
                 Key: CASSANDRA-17196
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17196
             Project: Cassandra
          Issue Type: New Feature
          Components: Feature/Guardrails
            Reporter: Andres de la Peña


Migrate the existing thresholds for GC pauses:
{code}
# gc_log_threshold_in_ms: 200
# gc_warn_threshold_in_ms: 1000
{code}
to a new guardrail under the guardrails section, for example:
{code}
guardrails:
    ...
    gc_pauses:
        log_threshold_in_ms: 200
        warn_threshold_in_ms: 200
{code}
Note that currently {{Threshold}} guardrails only have warn/abort threshold 
values, so we should consider adding a new {{log}} threshold value if we want 
to preserve the log-only functionality for this particular case.



--
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