mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 22:13:19 +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
28 KiB
28 KiB