This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-2.0-alpha in repository https://gitbox.apache.org/repos/asf/doris.git
from fd2f8a6baa [fix](memory) Fix AggFunc memory leak due to incorrect destroy (#19126) new f3cbc48d9e [Chore](asan) set decrementOutputRecursionDepth to suppressions and remove some unu… (#18845) new 1920da6001 [bugfix](memoryleak) close expr after it is pushdown to storage layer (#18849) (#18852) new 8b7869e036 [fix](fe)hll_raw_agg function's return type should be always not nullable (#19115) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .licenserc.yaml | 1 - .rat-excludes | 1 - be/CMakeLists.txt | 1 + be/src/vec/exec/scan/vscan_node.cpp | 10 +++++++++ bin/start_be.sh | 5 +++-- conf/asan_suppr.conf | 3 +-- conf/be.conf | 2 +- conf/fe.conf | 2 +- conf/{asan_suppr.conf => lsan_suppr.conf} | 2 +- .../apache/doris/catalog/AggregateFunction.java | 2 +- tsan_suppressions | 24 ---------------------- 11 files changed, 19 insertions(+), 34 deletions(-) copy conf/{asan_suppr.conf => lsan_suppr.conf} (98%) delete mode 100644 tsan_suppressions --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org