This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5d8b4dfcd36 [ci](nonConcurrent) suppress leaks about index (#52959)
5d8b4dfcd36 is described below
commit 5d8b4dfcd36284940ec309331f1d05ee8c4dfe6d
Author: Dongyang Li <[email protected]>
AuthorDate: Wed Jul 9 13:17:13 2025 +0800
[ci](nonConcurrent) suppress leaks about index (#52959)
---
conf/lsan_suppr.conf | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/conf/lsan_suppr.conf b/conf/lsan_suppr.conf
index da3fdbadcea..953cad02f1c 100644
--- a/conf/lsan_suppr.conf
+++ b/conf/lsan_suppr.conf
@@ -19,4 +19,10 @@
leak:brpc
leak:libjvm
leak:libzip
-leak:*_dl_map_object_deps*
\ No newline at end of file
+leak:*_dl_map_object_deps*
+
+# Known leaks about index
+leak:lucene::index::IndexReader::open
+leak:lucene::index::IndexWriter::IndexWriter
+leak:doris::segment_v2::IndexFileReader::open
+leak:doris::segment_v2::IndexFileWriter::close
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]