mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 14:03:06 +00:00
logalloc has a nice leak/double-free sanitizer, with the nice feature of capturing backtraces to make error reports easy to track down. But capturing backtraces is itself very expensive. This patch makes backtrace capture optional, reducing database_test runtime from 30 minutes to 20 minutes on my machine. Closes #8978
84 KiB
84 KiB