This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 2f192019d3 [bugfix](delete hanlder) delete predicate is merged and could not find schema cause core dump (#12161) add 8370115cf6 [enhancement](memtracker) Improve performance of tracking real physical memory of PODArray #12168 No new revisions were added by this update. Summary of changes: be/src/exec/hash_table.cpp | 2 +- be/src/exec/partitioned_aggregation_node.cc | 6 +++--- be/src/exec/partitioned_hash_table.cc | 2 +- be/src/runtime/buffered_block_mgr2.cc | 14 +++++++------- be/src/runtime/exec_env.h | 3 +++ be/src/runtime/exec_env_init.cpp | 1 + be/src/runtime/mem_pool.cpp | 8 ++++---- be/src/runtime/mem_pool.h | 4 ++-- be/src/runtime/memory/mem_tracker.cpp | 15 ++++++--------- be/src/runtime/memory/mem_tracker_limiter.cpp | 2 +- be/src/runtime/memory/mem_tracker_limiter.h | 2 +- be/src/runtime/memory/thread_mem_tracker_mgr.cpp | 6 ++++-- be/src/runtime/memory/thread_mem_tracker_mgr.h | 11 +++++++---- be/src/runtime/runtime_state.cpp | 13 ++++++++----- be/src/runtime/thread_context.h | 12 ++++++------ be/src/service/doris_main.cpp | 2 +- be/src/vec/common/pod_array.h | 10 +++++----- 17 files changed, 61 insertions(+), 52 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org