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

             Summary: Migrate threshold for minimum keyspace replication factor 
to guardrails
                 Key: CASSANDRA-17212
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17212
             Project: Cassandra
          Issue Type: New Feature
          Components: Feature/Guardrails
            Reporter: Andres de la Peña


The config property [{{minimum_keyspace_rf}}|# The minimum allowable 
replication factor. Creating a keyspace with a replication factor less than 
this value will be rejected.
# This would also apply to system keyspaces.
# Suggested value for use in production: 2 or higher
# minimum_keyspace_rf: 0] that was added by CASSANDRA-14557 can be migrated to 
guardrails, for example:
{code}
guardrails:
    ...
    replication_factor:
        warn_threshold: 2
        abort_threshold: 3
{code}



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

Reply via email to