You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/10/17 10:31:16 UTC

[doris] branch master updated (3b5b7ae12b -> 87a6b1a13b)

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 3b5b7ae12b [improvement](config) let default value of alter and load timeout suitable for most cases (#13370)
     add 87a6b1a13b [enhancement](memtracker) Fix bthread local consume mem tracker (#13368)

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/exec_env.h                      |   7 +-
 be/src/runtime/exec_env_init.cpp               |   3 +-
 be/src/runtime/memory/mem_tracker_limiter.cpp  |   7 +-
 be/src/runtime/memory/mem_tracker_limiter.h    |   6 ++
 be/src/runtime/memory/thread_mem_tracker_mgr.h |  46 +++++++----
 be/src/runtime/thread_context.cpp              |  32 +-------
 be/src/runtime/thread_context.h                | 105 +++++++++++++------------
 be/src/service/internal_service.cpp            |  29 -------
 be/test/testutil/run_all_tests.cpp             |   7 +-
 9 files changed, 107 insertions(+), 135 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org