Skip to content

Commit 131d9fa

Browse files
authored
Merge pull request #17456 from rgacogne/ddist-backend-latency-tsan
dnsdist: Add a TSAN suppression for DownstreamState::setUpStatus
2 parents 91d0932 + ec5273f commit 131d9fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pdns/dnsdistdist/dnsdist-tsan.supp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ race:handleStats
66
race:ClientState::updateTCPMetrics
77
race:DownstreamState::updateTCPMetrics
88
race:DownstreamState::updateTCPLatency
9-
# There is a race when we update the status of a backend,
9+
# There is a race when we update the latency of a backend,
1010
# but eventual consistency is fine there
1111
race:DownstreamState::setDown
1212
race:DownstreamState::setUp
1313
race:DownstreamState::setAuto
14+
race:DownstreamState::setUpStatus
1415
# Same thing for whether a backend has been stopped,
1516
# eventual consistency is fine
1617
race:DownstreamState::stop

0 commit comments

Comments
 (0)