]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
[tsan] Data race suppression for avg_latency and send_latency globals.
authorAxel Viala <axel.viala@darnuria.eu>
Tue, 2 Aug 2022 21:06:22 +0000 (23:06 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 8 Sep 2022 07:16:00 +0000 (09:16 +0200)
See <https://github.com/PowerDNS/pdns/issues/11814>

(cherry picked from commit af175d2148f5652f065d31a1fcb64e02f4f6dc38)

backport of #11819

auth-tsan.supp [new file with mode: 0644]

diff --git a/auth-tsan.supp b/auth-tsan.supp
new file mode 100644 (file)
index 0000000..660f2ec
--- /dev/null
@@ -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