This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from a390c9e  [Bug] Fix bug that table ids is not set right for hadoop load 
job (#4535)
     add b780df6  [refactor] Optimize threads usage mode in BE (#4440)

No new revisions were added by this update.

Summary of changes:
 be/CMakeLists.txt                                  |   6 +
 be/src/agent/heartbeat_server.cpp                  |   2 +-
 be/src/agent/task_worker_pool.cpp                  | 708 +++++++++------------
 be/src/agent/task_worker_pool.h                    |  53 +-
 be/src/common/daemon.cpp                           |  77 ++-
 be/src/common/daemon.h                             |  39 +-
 be/src/exec/tablet_sink.cpp                        |  17 +-
 be/src/exec/tablet_sink.h                          |   5 +-
 be/src/http/ev_http_server.cpp                     |  54 +-
 be/src/http/ev_http_server.h                       |   6 +-
 be/src/olap/memtable_flush_executor.h              |   6 +-
 be/src/olap/olap_meta.cpp                          |   4 +-
 be/src/olap/olap_server.cpp                        | 241 +++----
 be/src/olap/storage_engine.cpp                     |  62 +-
 be/src/olap/storage_engine.h                       |  77 +--
 be/src/runtime/broker_mgr.cpp                      |  19 +-
 be/src/runtime/broker_mgr.h                        |   8 +-
 be/src/runtime/disk_io_mgr.cc                      |   4 +-
 be/src/runtime/exec_env_init.cpp                   |  54 +-
 be/src/runtime/external_scan_context_mgr.cpp       |  20 +-
 be/src/runtime/external_scan_context_mgr.h         |  12 +-
 be/src/runtime/fragment_mgr.cpp                    |  23 +-
 be/src/runtime/fragment_mgr.h                      |   8 +-
 be/src/runtime/load_channel_mgr.cpp                |  30 +-
 be/src/runtime/load_channel_mgr.h                  |   7 +-
 be/src/runtime/load_path_mgr.cpp                   |  28 +-
 be/src/runtime/load_path_mgr.h                     |  12 +-
 be/src/runtime/result_buffer_mgr.cpp               |  20 +-
 be/src/runtime/result_buffer_mgr.h                 |   7 +-
 be/src/runtime/routine_load/data_consumer_pool.cpp |  23 +-
 be/src/runtime/routine_load/data_consumer_pool.h   |  17 +-
 be/src/service/brpc_service.cpp                    |   2 +
 be/src/service/doris_main.cpp                      |  14 +-
 be/src/service/http_service.cpp                    |   6 +-
 be/src/service/http_service.h                      |   2 +
 be/test/runtime/external_scan_context_mgr_test.cpp |   4 -
 36 files changed, 853 insertions(+), 824 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to