cassandra/test/conf
Ekaterina Dimitrova dd08314ed6 Uncomment prepared_statements_cache_size, key_cache_size, counter_cache_size, index_summary_capacity which were
commented out by mistake in a previous patch;
Fix breaking change with cache_load_timeout; cache_load_timeout_seconds <=0 and cache_load_timeout=0 are equivalent
and they both mean disabled;
Deprecate public method setRate(final double throughputMbPerSec) in Compaction Manager in favor of
setRateInBytes(final double throughputBytesPerSec);
Revert breaking change removal of StressCQLSSTableWriter.Builder.withBufferSizeInMB(int size). Deprecate it in favor
of StressCQLSSTableWriter.Builder.withBufferSizeInMiB(int size);
Fix precision issues, add new -m flag (for nodetool/setstreamthroughput, nodetool/setinterdcstreamthroughput,
nodetool/getstreamthroughput and nodetoo/getinterdcstreamthroughput), add new -d flags (nodetool/getstreamthroughput,
 nodetool/getinterdcstreamthroughput, nodetool/getcompactionthroughput);
Fix a bug with precision in nodetool/compactionstats;
Deprecate StorageService methods and add new ones for stream_throughput_outbound, inter_dc_stream_throughput_outbound,
compaction_throughput_outbound in the JMX MBean `org.apache.cassandra.db:type=StorageService`;
Removed getEntireSSTableStreamThroughputMebibytesPerSec in favor of new getEntireSSTableStreamThroughputMebibytesPerSecAsDouble
in the JMX MBean `org.apache.cassandra.db:type=StorageService`;
Removed getEntireSSTableInterDCStreamThroughputMebibytesPerSec in favor of getEntireSSTableInterDCStreamThroughputMebibytesPerSecAsDouble
in the JMX MBean `org.apache.cassandra.db:type=StorageService`

Patch by Ekaterina Dimitrova; reviewed by Caleb Rackliffe, Francisco Guerrero for CASSANDRA-17225
2022-08-01 19:05:13 -04:00
..
triggers Fix trigger directory detection code 2013-08-03 11:21:07 -07:00
unit-test-conf Bulk change of units around the code to support the move to the new configuration framework 2022-02-05 22:28:57 -05:00
cassandra-converters-special-cases-old-names.yaml Uncomment prepared_statements_cache_size, key_cache_size, counter_cache_size, index_summary_capacity which were 2022-08-01 19:05:13 -04:00
cassandra-converters-special-cases.yaml Uncomment prepared_statements_cache_size, key_cache_size, counter_cache_size, index_summary_capacity which were 2022-08-01 19:05:13 -04:00
cassandra-murmur.yaml Transfer parameters to the newly introduced configuration framework (7) 2022-02-05 22:28:48 -05:00
cassandra-old.yaml Transfer config parameters to the new types; Fix corner case for permissions_update_interval, roles_update_interval, credentials_update_interval;Fix typo in Config annotation; Made Converters type safe and fixed a few cases where converters used the wrong type; o should be provided with unit to DataStorageSpec and DurationStorageSpec; Fix null bug in DataStorageSpec and DurationSpec 2022-04-20 10:20:30 -04:00
cassandra-pem-jks-sslcontextfactory.yaml Add support for PEM based key material for SSL 2022-02-07 22:18:14 +01:00
cassandra-pem-sslcontextfactory-invalidconfiguration.yaml Add support for PEM based key material for SSL 2022-02-07 22:18:14 +01:00
cassandra-pem-sslcontextfactory.yaml Add support for PEM based key material for SSL 2022-02-07 22:18:14 +01:00
cassandra-rackdc.properties Use standard Amazon naming for datacenter and rack in Ec2Snitch. 2018-04-16 17:59:06 -07:00
cassandra-rackdc.properties.mod Auto reload GossipingPropertyFileSnitch config 2014-03-06 11:22:47 -06:00
cassandra-seeds.yaml Bulk change of units around the code to support the move to the new configuration framework 2022-02-05 22:28:57 -05:00
cassandra-sslcontextfactory-invalidconfiguration.yaml Handle config parameters upper bound on startup; Fix auto_snapshot_ttl and paxos_purge_grace_period min unit validations 2022-05-20 14:27:20 -04:00
cassandra-sslcontextfactory.yaml Transfer parameters to the newly introduced configuration framework (7) 2022-02-05 22:28:48 -05:00
cassandra-topology.properties rename test cassandra-rack.properties to cassandra-topology 2010-10-14 20:35:06 +00:00
cassandra.keystore Replace keystore for utests with non export restricted cipher keys 2016-11-29 11:06:08 -08:00
cassandra.yaml Add memtable API (CEP-11) 2022-04-29 14:56:20 +03:00
cassandra_encryption.yaml Bulk change of units around the code to support the move to the new configuration framework 2022-02-05 22:28:57 -05:00
cassandra_ssl_test.keystore Fix inbound TLS enforcement 2021-01-29 10:50:20 +00:00
cassandra_ssl_test.keystore.pem Add support for PEM based key material for SSL 2022-02-07 22:18:14 +01:00
cassandra_ssl_test.truststore Fix inbound TLS enforcement 2021-01-29 10:50:20 +00:00
cassandra_ssl_test.truststore.pem Add support for PEM based key material for SSL 2022-02-07 22:18:14 +01:00
cassandra_ssl_test.unencrypted_keystore.pem Add support for PEM based key material for SSL 2022-02-07 22:18:14 +01:00
cdc.yaml Remove Windows-specific classes and related code 2022-02-05 15:41:33 +01:00
commitlog_archiving.properties Fix CommitLogReplayer date time issue 2013-09-14 16:05:54 -07:00
commitlog_compression_LZ4.yaml Add Zstd compressor 2019-02-22 15:06:06 -08:00
commitlog_compression_Zstd.yaml Add Zstd compressor 2019-02-22 15:06:06 -08:00
datacenters.properties sanity-check replica count against number of nodes in the cluster. patch by mdennis; reviewed by jbellis for CASSANDRA-1191 2010-07-01 17:20:39 +00:00
harry-generic.yaml Intoduce Harry to the tree 2022-02-16 09:00:36 +01:00
keystore.jks Preserve order for preferred SSL cipher suites 2016-02-29 17:17:47 +00:00
logback-burntest.xml Rewrite the internode messaging subsystem 2019-06-12 16:26:54 +01:00
logback-dtest.xml Backport changes from CASSANDRA-16120 to other branches 2020-10-07 17:03:03 -07:00
logback-jmh.xml Correct memtable on-heap size calculations to match actual use (CASSANDRA-16318) 2021-01-19 14:08:20 -05:00
logback-simulator.xml CEP-14: Paxos Improvements 2022-03-10 16:30:12 +00:00
logback-test.xml Merge branch 'cassandra-3.0' into cassandra-3.11 2019-01-21 17:44:36 +00:00
sstableloader_with_encryption.yaml Fix ignored streaming encryption settings in sstableloader 2022-03-02 08:00:40 -06:00
system_keyspaces_directory.yaml Improve system tables handling in case of disk failures 2021-02-04 15:04:22 +01:00