mirror of https://github.com/apache/cassandra
59 lines
1.9 KiB
YAML
59 lines
1.9 KiB
YAML
#
|
|
# Warning!
|
|
# Consider the effects on 'o.a.c.i.s.LegacySSTableTest' before changing schemas in this file.
|
|
#
|
|
cluster_name: Test Cluster
|
|
# memtable_allocation_type: heap_buffers
|
|
memtable_allocation_type: offheap_objects
|
|
commitlog_sync: periodic
|
|
commitlog_sync_period: 10s
|
|
commitlog_segment_size_in_mb: 5
|
|
commitlog_directory: build/test/cassandra/commitlog
|
|
# commitlog_compression:
|
|
# - class_name: LZ4Compressor
|
|
cdc_raw_directory: build/test/cassandra/cdc_raw
|
|
cdc_enabled: false
|
|
hints_directory: build/test/cassandra/hints
|
|
partitioner: org.apache.cassandra.dht.ByteOrderedPartitioner
|
|
listen_address: 127.0.0.1
|
|
storage_port: 7012
|
|
ssl_storage_port: 17012
|
|
start_native_transport: true
|
|
native_transport_port: 9042
|
|
column_index_size: 4KiB
|
|
saved_caches_directory: build/test/cassandra/saved_caches
|
|
data_file_directories:
|
|
- build/test/cassandra/data
|
|
disk_access_mode: mmap_index_only
|
|
seed_provider:
|
|
- class_name: org.apache.cassandra.locator.SimpleSeedProvider
|
|
parameters:
|
|
- seeds: "127.0.0.1:7012"
|
|
endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch
|
|
dynamic_snitch: true
|
|
server_encryption_options:
|
|
internode_encryption: none
|
|
keystore: conf/.keystore
|
|
keystore_password: cassandra
|
|
truststore: conf/.truststore
|
|
truststore_password: cassandra
|
|
incremental_backups: true
|
|
concurrent_compactors: 4
|
|
compaction_throughput_mb_per_sec: 64
|
|
row_cache_class_name: org.apache.cassandra.cache.OHCProvider
|
|
row_cache_size_in_mb: 16
|
|
enable_user_defined_functions: true
|
|
enable_scripted_user_defined_functions: false
|
|
prepared_statements_cache_size_mb:
|
|
corrupted_tombstone_strategy: exception
|
|
stream_entire_sstables: true
|
|
stream_throughput_outbound_megabits_per_sec: 200000000
|
|
enable_sasi_indexes: true
|
|
enable_materialized_views: true
|
|
enable_drop_compact_storage: true
|
|
file_cache_enabled: true
|
|
internode_send_buff_size_in_bytes: 5
|
|
internode_recv_buff_size_in_bytes: 5
|
|
max_hint_window_in_ms: 10800000
|
|
cache_load_timeout_seconds: 35
|