mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
* cassandra-5.0: Disable heap dump creation by default on crash for tests that use test/conf/cassandra.yaml
This commit is contained in:
commit
5ade7a6cd8
|
|
@ -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