From af175d2148f5652f065d31a1fcb64e02f4f6dc38 Mon Sep 17 00:00:00 2001 From: Axel Viala Date: Tue, 2 Aug 2022 23:06:22 +0200 Subject: [PATCH] [tsan] Data race suppression for avg_latency and send_latency globals. See --- auth-tsan.supp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 auth-tsan.supp diff --git a/auth-tsan.supp b/auth-tsan.supp new file mode 100644 index 0000000000..660f2ec353 --- /dev/null +++ b/auth-tsan.supp @@ -0,0 +1,6 @@ +# Statistic data-race not relevant right now +# Due to performance issue of atomics +# Discussion: +# https://github.com/PowerDNS/pdns/issues/11814 +race:avg_latency +race:send_latency -- 2.47.2