cassandra/conf
Josh McKenzie 8ea70cd1f0
Backport of CASSANDRA-17812: Rate-limit new client connection auth setup to avoid overwhelming bcrypt
This backport differs from CASSANDRA-17812 in such a way that by default the number
of auth request threads is set to 0. That will route all requests to request executor as before this change.
The patch in 5.0 and later sets the default number of auth request threads to 4.

patch by Josh McKenzie; reviewed by Chris Lohfink for CASSANDRA-20057

Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2024-11-06 22:23:16 +01: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 Remove bashisms for mx4j tool in cassandra-env.sh 2024-02-21 08:37:23 +01:00
cassandra-jaas.config Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
cassandra-rackdc.properties Merge branch 'cassandra-3.11' into cassandra-4.0 2023-06-28 16:27:19 +02:00
cassandra-topology.properties Add comments to topology file about ipv6 configuration. 2011-03-15 17:06:24 +00:00
cassandra.yaml Backport of CASSANDRA-17812: Rate-limit new client connection auth setup to avoid overwhelming bcrypt 2024-11-06 22:23:16 +01:00
commitlog_archiving.properties Fix millisecond and microsecond precision for commit log replay 2024-09-13 15:42:20 +02:00
cqlshrc.sample Update python2 doc references to point to py3 2021-03-09 17:15:07 -06:00
jvm-clients.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
jvm-server.options Add option to override the FatClient timeout for Bootstrapping nodes 2024-05-07 16:32:41 -05:00
jvm8-clients.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
jvm8-server.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
jvm11-clients.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
jvm11-server.options Merge branch 'cassandra-3.11' into cassandra-4.0 2023-08-31 22:39:56 +02:00
logback-tools.xml Unify STDOUT and SYSTEMLOG logback format 2016-07-27 15:38:32 +01:00
logback.xml Improve AuditLogging documentation and logback.xml 2021-05-21 14:42:53 -04:00
metrics-reporter-config-sample.yaml Fix example metrics 2016-06-14 11:13:31 -04: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