aboutsummaryrefslogtreecommitdiffstats
path: root/tsan-suppressions.txt
blob: 7a4777f1391bea35582620eaf533924229cf1f86 (plain) (blame)
1
2
3
4
5
6
7
# There is an explicit (and documented) mutex order inversion in the MergeThrottler component
# that cannot cause a deadlock in practice due to separately maintained invariants for when the
# mutexes can be locked. Of course, TSan is not able to infer this by itself, so silence this
# particular warning.

deadlock:storage::MergeThrottler::onFlush