summaryrefslogtreecommitdiffstats
path: root/tsan-suppressions.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-03-04 14:17:07 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2022-03-04 14:17:07 +0000
commit699c9757d6d78ab19b173f51a91b2256aadbc16a (patch)
treea8688d7a47148e7c64c556ba7d7af1f19375be5c /tsan-suppressions.txt
parent805b289fa69c72a5e857374ab38882442b17e480 (diff)
Add initial suppressions file for known, benign ThreadSanitizer warnings
Diffstat (limited to 'tsan-suppressions.txt')
-rw-r--r--tsan-suppressions.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tsan-suppressions.txt b/tsan-suppressions.txt
new file mode 100644
index 00000000000..7a4777f1391
--- /dev/null
+++ b/tsan-suppressions.txt
@@ -0,0 +1,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
+