Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. compaction_throughput_mb_per_sec: 16
  2. row_cache_save_period: 0
  3. cross_node_timeout: false
  4. counter_cache_save_period: 7200
  5. sstable_preemptive_open_interval_in_mb: 50
  6. internode_compression: all
  7. storage_port: 7000
  8. key_cache_save_period: 14400
  9. inter_dc_tcp_nodelay: false
  10. start_rpc: true
  11. trickle_fsync_interval_in_kb: 10240
  12. dynamic_snitch_update_interval_in_ms: 100
  13. column_index_size_in_kb: 64
  14. disk_failure_policy: stop
  15. commitlog_total_space_in_mb: 8192
  16. memtable_heap_space_in_mb: 2048
  17. thrift_framed_transport_size_in_mb: 15
  18. authorizer: AllowAllAuthorizer
  19. #authorizer: CassandraAuthorizer
  20. #permissions_validity_in_ms: 2000
  21. #permissions_update_interval_in_ms: 2000
  22. #authenticator: PasswordAuthenticator
  23. #credentials_validity_in_ms: 2000
  24. #credentials_update_interval_in_ms: 2000
  25. read_request_timeout_in_ms: 20000
  26. hinted_handoff_enabled: 'true'
  27. dynamic_snitch_reset_interval_in_ms: 600000
  28. snapshot_before_compaction: false
  29. request_scheduler: org.apache.cassandra.scheduler.NoScheduler
  30. max_hints_delivery_threads: 2
  31. memtable_offheap_space_in_mb: 2048
  32. tombstone_failure_threshold: 200000
  33. incremental_backups: false
  34. commitlog_sync: periodic
  35. trickle_fsync: false
  36. rpc_keepalive: true
  37. max_hint_window_in_ms: 10800000
  38. commitlog_segment_size_in_mb: 32
  39. counter_write_request_timeout_in_ms: 10000
  40. commit_failure_policy: stop
  41. native_transport_max_threads: 128
  42. cluster_name: SoPRISM Cassandra
  43. range_request_timeout_in_ms: 10000
  44. write_request_timeout_in_ms: 5000
  45. request_timeout_in_ms: 10000
  46. internode_authenticator: org.apache.cassandra.auth.AllowAllInternodeAuthenticator
  47. num_tokens: 256
  48. row_cache_size_in_mb: 0
  49. memtable_allocation_type: heap_buffers
  50. dynamic_snitch_badness_threshold: 0.1
  51. commitlog_sync_period_in_ms: 10000
  52. auto_snapshot: true
  53. hinted_handoff_throttle_in_kb: 1024
  54. concurrent_reads: 32
  55. endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch
  56. client_encryption_options:
  57. keystore: conf/.keystore
  58. store_type: JKS
  59. algorithm: SunX509
  60. truststore_password: cassandra
  61. cipher_suites: [TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA,
  62. TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]
  63. enabled: false
  64. protocol: TLS
  65. require_client_auth: false
  66. truststore: conf/.truststore
  67. keystore_password: cassandra
  68. partitioner: org.apache.cassandra.dht.Murmur3Partitioner
  69. saved_caches_directory: /home/cassandra/saved_caches
  70. ssl_storage_port: 7001
  71. truncate_request_timeout_in_ms: 60000
  72. index_summary_resize_interval_in_minutes: 60
  73. rpc_address: 0.0.0.0
  74. rpc_port: 9160
  75. commitlog_directory: /home/cassandra/commitlog
  76. cas_contention_timeout_in_ms: 1000
  77. broadcast_rpc_address: xxxx1
  78. native_transport_max_frame_size_in_mb: 256
  79. listen_address: xxxx1
  80. tombstone_warn_threshold: 1000
  81. rpc_server_type: sync
  82. concurrent_writes: 32
  83. data_file_directories: [/home/cassandra/data]
  84. batch_size_warn_threshold_in_kb: 5
  85. server_encryption_options:
  86. keystore: conf/.keystore
  87. protocol: TLS
  88. algorithm: SunX509
  89. cipher_suites: [TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA,
  90. TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]
  91. truststore_password: cassandra
  92. require_client_auth: false
  93. store_type: JKS
  94. truststore: conf/.truststore
  95. internode_encryption: none
  96. keystore_password: cassandra
  97. start_native_transport: true
  98. native_transport_port: 9042
  99. memtable_flush_writers: 8
  100. seed_provider:
  101. - class_name: org.apache.cassandra.locator.SimpleSeedProvider
  102. parameters:
  103. - {seeds: 'xxxx1,xxxx2,xxxx3'}
  104. batchlog_replay_throttle_in_kb: 1024
Add Comment
Please, Sign In to add comment