Skip to content

Instantly share code, notes, and snippets.

@tamale
Created January 19, 2014 22:22
Show Gist options
  • Select an option

  • Save tamale/8511784 to your computer and use it in GitHub Desktop.

Select an option

Save tamale/8511784 to your computer and use it in GitHub Desktop.
KairosDB Cassandra yaml
cluster_name: stats
key_cache_size_in_mb: 100
key_cache_save_period: 14400
row_cache_size_in_mb: 500
row_cache_save_period: 3600
num_tokens: 256
start_native_transport: true
native_transport_port: 9042
hinted_handoff_enabled: true
max_hint_window_in_ms: 8
authenticator: org.apache.cassandra.auth.AllowAllAuthenticator
authority: org.apache.cassandra.auth.AllowAllAuthority
partitioner: org.apache.cassandra.dht.Murmur3Partitioner
data_file_directories:
- /mnt/cassandra/data
commitlog_directory: /mnt/cassandra/commitlog
saved_caches_directory: /mnt/cassandra/saved_caches
commitlog_sync: periodic
commitlog_sync_period_in_ms: 10000
seed_provider:
- class_name: com.brighttag.agathon.cassandra.AgathonSeedProvider
parameters:
- agathon_host: "agathon1"
ring_name: "stats"
flush_largest_memtables_at: 1.0
reduce_cache_sizes_at: 0.85
reduce_cache_capacity_to: 0.6
concurrent_reads: 32
concurrent_writes: 32
memtable_flush_queue_size: 4
storage_port: 7000
ssl_storage_port: 7001
listen_address: null
rpc_address: null
rpc_port: 9160
rpc_keepalive: true
rpc_server_type: sync
thrift_framed_transport_size_in_mb: 15
thrift_max_message_length_in_mb: 16
incremental_backups: false
snapshot_before_compaction: false
auto_snapshot: true
column_index_size_in_kb: 64
multithreaded_compaction: false
in_memory_compaction_limit_in_mb: 128
compaction_throughput_mb_per_sec: 8
endpoint_snitch: Ec2Snitch
compaction_preheat_key_cache: true
dynamic_snitch_update_interval_in_ms: 100
dynamic_snitch_reset_interval_in_ms: 600000
dynamic_snitch_badness_threshold: 0.1
request_scheduler: org.apache.cassandra.scheduler.NoScheduler
index_interval: 256
auto_bootstrap: false
encryption_options:
internode_encryption: none
keystore: conf/.keystore
keystore_password: cassandra
truststore: conf/.truststore
truststore_password: cassandra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment