This is an automated email from the ASF dual-hosted git repository.
maedhroz pushed a commit to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-5.0 by this push:
new f8d4e2a3c8 Disable heap dump creation by default on crash for tests
that use test/conf/cassandra.yaml
f8d4e2a3c8 is described below
commit f8d4e2a3c80d5d2be1e270e7ac601f4bc0a17fe7
Author: Caleb Rackliffe <[email protected]>
AuthorDate: Thu Aug 10 10:56:30 2023 -0500
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]