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 4c3f72d019 [improvement](meta) sort result by tablename when show table status like 'show data' (#11885) add b300b4faa0 [enhancement](memtracker) Optimize readability of mem exceed limit error message #11877 No new revisions were added by this update. Summary of changes: be/src/exec/hash_table.h | 5 -- be/src/olap/compaction.cpp | 4 +- be/src/runtime/load_channel.cpp | 3 +- be/src/runtime/memory/mem_tracker.cpp | 34 +++++------- be/src/runtime/memory/mem_tracker.h | 8 ++- be/src/runtime/memory/mem_tracker_limiter.cpp | 66 +++++++++++++++++++----- be/src/runtime/memory/mem_tracker_limiter.h | 29 ++++++++--- be/src/runtime/memory/mem_tracker_task_pool.cpp | 4 +- be/src/runtime/memory/thread_mem_tracker_mgr.cpp | 16 ++---- be/src/runtime/memory/thread_mem_tracker_mgr.h | 7 ++- be/src/runtime/runtime_state.cpp | 4 +- be/src/runtime/thread_context.h | 14 +++-- be/src/service/doris_main.cpp | 1 + 13 files changed, 123 insertions(+), 72 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org