This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git
from 98093c1f9d [Bug](compile) resolve compiling problem (#12928) add aa33fa797c [fix](memtracker) Introduce orphan mem tracker to verify memory tracking accuracy (#12794) (#12927) No new revisions were added by this update. Summary of changes: be/src/runtime/exec_env.h | 21 ++++++++++---- be/src/runtime/exec_env_init.cpp | 3 +- be/src/runtime/mem_pool.cpp | 8 +++-- be/src/runtime/mem_pool.h | 2 +- be/src/runtime/memory/mem_tracker.cpp | 16 +++++----- be/src/runtime/memory/mem_tracker_limiter.cpp | 23 +++++++++++++-- be/src/runtime/memory/mem_tracker_limiter.h | 2 +- be/src/runtime/memory/thread_mem_tracker_mgr.cpp | 19 ++++++------ be/src/runtime/memory/thread_mem_tracker_mgr.h | 37 +++++++++++++++--------- be/src/runtime/runtime_state.cpp | 9 +++--- be/src/service/doris_main.cpp | 2 +- be/src/vec/common/pod_array.h | 8 ++--- 12 files changed, 96 insertions(+), 54 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org