cassandra/conf
Himanshu Jindal daef7b5b98 Safeguard Full repair against disk protection
As per CASSANDRA-20045, we want to prevent full repair against
disk full scenarios. Current protection exists only for incremental
repair. This change updates the config name to not be
incremental repair specific, using the Replace annotation.

patch by Himanshu Jindal; reviewed by David Capwell, Jaydeepkumar Chovatia for CASSANDRA-20045
2025-08-22 14:34:15 -07:00
..
triggers add triggers README 2013-08-17 19:13:58 -06:00
README.txt Fix ClassCastException processing expired messages 2014-07-07 00:03:18 -05:00
cassandra-env.sh Merge branch 'cassandra-5.0' into trunk 2025-07-31 09:22:44 +02:00
cassandra-jaas.config Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
cassandra-rackdc.properties Add AzureSnitch 2023-07-20 21:35:07 +02:00
cassandra-topology.properties.example Rename cassandra-topology.properties to example 2021-11-16 10:10:15 -06:00
cassandra.yaml Safeguard Full repair against disk protection 2025-08-22 14:34:15 -07:00
cassandra_latest.yaml Safeguard Full repair against disk protection 2025-08-22 14:34:15 -07:00
commitlog_archiving.properties Merge branch 'cassandra-4.0' into cassandra-4.1 2024-09-15 19:57:53 +02:00
cqlshrc.sample Clean up obsolete functions and simplify cql_version handling in cqlsh 2023-09-01 14:46:58 -05:00
credentials.sample Support legacy plain_text_auth section in credentials file removed unintentionally 2024-05-14 10:07:19 +02:00
jvm-clients.options Merge branch 'cassandra-4.1' into cassandra-5.0 2023-08-31 22:43:33 +02:00
jvm-server.options Allow overriding arbitrary settings via environment variables 2025-08-14 19:00:30 +02:00
jvm11-clients.options Add java.base/java.lang.reflect among opens for jvm11-client.options 2024-07-23 16:47:37 +02:00
jvm11-server.options Heap and GC jvm flags improvements 2025-02-22 10:59:42 +01:00
jvm17-clients.options Append additional JVM options when using JDK17+ 2024-01-19 18:50:53 -05:00
jvm17-server.options Heap and GC jvm flags improvements 2025-02-22 10:59:42 +01:00
logback-tools.xml Unify STDOUT and SYSTEMLOG logback format 2016-07-27 15:38:32 +01:00
logback.xml Upgrade logback version to 1.5.18 and slf4j dependencies to 2.0.17 2025-04-25 14:24:35 +02:00

README.txt

Required configuration files
============================

cassandra.yaml: main Cassandra configuration file
logback.xml: logback configuration file for Cassandra server


Optional configuration files
============================

cassandra-topology.properties: used by PropertyFileSnitch