This is an automated email from the ASF dual-hosted git repository. zouxinyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 3dd0033d4b2 [fix](Nereids): add whole tree rewriter when root is not CTEAnchor (#33591) add 34c57faf22f [enhancement](memory) Allocator support address sanitizers (#33396) No new revisions were added by this update. Summary of changes: be/src/common/config.cpp | 1 + be/src/common/config.h | 1 + be/src/runtime/exec_env.h | 4 ++ be/src/runtime/exec_env_init.cpp | 2 + be/src/runtime/memory/mem_tracker_limiter.cpp | 82 ++++++++++++++++++++++++-- be/src/runtime/memory/mem_tracker_limiter.h | 16 +++++ be/src/runtime/thread_context.h | 2 +- be/src/service/point_query_executor.cpp | 11 ++-- be/src/service/point_query_executor.h | 1 - be/src/util/block_compression.cpp | 6 ++ be/src/vec/common/allocator.cpp | 24 ++++++++ be/src/vec/common/allocator.h | 25 ++++++++ be/src/vec/common/pod_array_fwd.h | 7 ++- bin/run-fs-benchmark.sh | 2 +- bin/start_be.sh | 3 +- regression-test/pipeline/common/doris-utils.sh | 2 +- run-be-ut.sh | 3 +- 17 files changed, 173 insertions(+), 19 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org