From f8d4e2a3c80d5d2be1e270e7ac601f4bc0a17fe7 Mon Sep 17 00:00:00 2001 From: Caleb Rackliffe Date: Thu, 10 Aug 2023 10:56:30 -0500 Subject: [PATCH] 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 --- test/conf/cassandra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml index 379792a662..0e0da455a9 100644 --- a/test/conf/cassandra.yaml +++ b/test/conf/cassandra.yaml @@ -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