mirror of https://github.com/apache/cassandra
Disable heap dump creation by default on crash for tests that use test/conf/cassandra.yaml
patch by Caleb Rackliffe; reviewed by Brandon Williams and Ekaterina Dimitrova for CASSANDRA-18741
This commit is contained in:
parent
6319600663
commit
f8d4e2a3c8
|
|
@ -56,7 +56,7 @@ full_query_logging_options:
|
|||
auto_hints_cleanup_enabled: true
|
||||
|
||||
heap_dump_path: build/test
|
||||
dump_heap_on_uncaught_exception: true
|
||||
dump_heap_on_uncaught_exception: false
|
||||
|
||||
read_thresholds_enabled: true
|
||||
coordinator_read_size_warn_threshold: 1024KiB
|
||||
|
|
|
|||
Loading…
Reference in New Issue