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 d35888a93e7 [feature](statistics)Support partition stats cache (#35517) add adacbc35d9a [enhancement](memory) Add `ThreadMemTrackerMgr` BE UT (#35518) No new revisions were added by this update. Summary of changes: be/src/runtime/exec_env.h | 4 +- be/src/runtime/memory/thread_mem_tracker_mgr.h | 8 +- be/src/runtime/thread_context.h | 6 - .../mem_tracker_test.cpp} | 2 +- .../runtime/memory/thread_mem_tracker_mgr_test.cpp | 455 +++++++++++++++++++++ be/test/testutil/run_all_tests.cpp | 1 + 6 files changed, 466 insertions(+), 10 deletions(-) rename be/test/runtime/{mem_limit_test.cpp => memory/mem_tracker_test.cpp} (97%) create mode 100644 be/test/runtime/memory/thread_mem_tracker_mgr_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org