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/21 04:01:46 UTC

[doris] branch master updated (b861b66bef -> 9dc5dd382a)

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 b861b66bef [improve](Nereids): verify the join reorder search space; (#13498)
     add 9dc5dd382a [enhancement](memtracker) Fix Brpc mem count and refactored thread context macro  (#13469)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/tablet_sink.cpp                      |  4 +-
 be/src/exec/tablet_sink.h                        |  4 +-
 be/src/runtime/buffer_control_block.cpp          | 16 +++-
 be/src/runtime/data_stream_recvr.cc              | 22 ++++--
 be/src/runtime/data_stream_sender.cpp            |  3 +
 be/src/runtime/exec_env.h                        |  7 +-
 be/src/runtime/exec_env_init.cpp                 |  1 +
 be/src/runtime/memory/thread_mem_tracker_mgr.cpp |  8 +-
 be/src/runtime/memory/thread_mem_tracker_mgr.h   | 16 ++++
 be/src/runtime/runtime_state.cpp                 |  1 -
 be/src/runtime/stream_load/stream_load_pipe.h    |  4 +-
 be/src/runtime/thread_context.cpp                | 20 +++++
 be/src/runtime/thread_context.h                  | 93 +++++++++++++++++++-----
 be/src/service/internal_service.cpp              |  4 +-
 be/src/vec/runtime/vdata_stream_recvr.cpp        | 24 +++---
 be/src/vec/sink/vdata_stream_sender.cpp          |  3 +
 be/src/vec/sink/vtablet_sink.cpp                 |  4 +-
 be/test/testutil/run_all_tests.cpp               |  4 +-
 18 files changed, 183 insertions(+), 55 deletions(-)


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