This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 8f4bb0f804 [improvement](agg) iterate aggregation data in memory written order (#12704) add b41eaa5ac0 [fix](memtracker) Introduce orphan mem tracker to verify memory tracking accuracy (#12794) No new revisions were added by this update. Summary of changes: be/src/runtime/exec_env.h | 20 ++++++++++---- be/src/runtime/exec_env_init.cpp | 3 +- be/src/runtime/mem_pool.cpp | 6 ++-- be/src/runtime/mem_pool.h | 2 +- be/src/runtime/memory/mem_tracker.cpp | 18 ++++++------ 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 | 35 +++++++++++++++--------- be/src/runtime/runtime_state.cpp | 9 +++--- be/src/service/doris_main.cpp | 2 +- be/src/vec/common/pod_array.h | 8 +++--- be/test/testutil/run_all_tests.cpp | 4 ++- 13 files changed, 97 insertions(+), 54 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org