We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91d0932 + ec5273f commit 131d9faCopy full SHA for 131d9fa
1 file changed
pdns/dnsdistdist/dnsdist-tsan.supp
@@ -6,11 +6,12 @@ race:handleStats
6
race:ClientState::updateTCPMetrics
7
race:DownstreamState::updateTCPMetrics
8
race:DownstreamState::updateTCPLatency
9
-# There is a race when we update the status of a backend,
+# There is a race when we update the latency of a backend,
10
# but eventual consistency is fine there
11
race:DownstreamState::setDown
12
race:DownstreamState::setUp
13
race:DownstreamState::setAuto
14
+race:DownstreamState::setUpStatus
15
# Same thing for whether a backend has been stopped,
16
# eventual consistency is fine
17
race:DownstreamState::stop
0 commit comments