You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/04/22 03:29:54 UTC

[incubator-doris] branch master updated (8332581 -> a803cee)

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

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


    from 8332581  [Optimize] Filter partitions by where header when generate stream load plan (#5667)
     add a803cee  [refactor] Remove boost mutex, use std::mutex instead (#5684)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/topic_subscriber.cpp                |   4 +-
 be/src/agent/topic_subscriber.h                  |   3 +-
 be/src/common/names.h                            | 174 -----------------------
 be/src/common/object_pool.h                      |   7 +-
 be/src/exec/cross_join_node.h                    |   2 +-
 be/src/exec/exec_node.h                          |   6 +-
 be/src/exec/hash_join_node.h                     |   6 +-
 be/src/exec/merge_join_node.h                    |   2 +-
 be/src/exec/schema_scanner/schema_helper.cpp     |   1 -
 be/src/exprs/agg_fn_evaluator.h                  |   2 -
 be/src/exprs/in_predicate.h                      |   2 +-
 be/src/exprs/new_agg_fn_evaluator.h              |   2 -
 be/src/exprs/new_in_predicate.h                  |   2 +-
 be/src/http/action/restore_tablet_action.cpp     |   1 -
 be/src/http/web_page_handler.cpp                 |   4 +-
 be/src/http/web_page_handler.h                   |   4 +-
 be/src/olap/olap_index.h                         |   4 +-
 be/src/olap/rowset/segment_group.cpp             |  14 +-
 be/src/olap/rowset/segment_group.h               |   6 +-
 be/src/runtime/buffer_control_block.cpp          |  10 +-
 be/src/runtime/buffer_control_block.h            |  10 +-
 be/src/runtime/buffered_block_mgr2.cc            |   6 +-
 be/src/runtime/buffered_block_mgr2.h             |  12 +-
 be/src/runtime/bufferpool/buffer_pool.h          |   1 -
 be/src/runtime/bufferpool/buffer_pool_internal.h |   2 +-
 be/src/runtime/bufferpool/free_list.h            |   1 -
 be/src/runtime/bufferpool/reservation_tracker.h  |   1 -
 be/src/runtime/cache/cache_utils.h               |   4 +-
 be/src/runtime/cache/result_cache.h              |   2 +-
 be/src/runtime/cache/result_node.h               |   4 +-
 be/src/runtime/client_cache.cpp                  |  12 +-
 be/src/runtime/client_cache.h                    |  21 +--
 be/src/runtime/data_stream_mgr.cpp               |   8 +-
 be/src/runtime/data_stream_mgr.h                 |  12 +-
 be/src/runtime/data_stream_recvr.cc              |  20 ++-
 be/src/runtime/data_stream_recvr.h               |   5 +-
 be/src/runtime/disk_io_mgr.cc                    |   6 +-
 be/src/runtime/disk_io_mgr.h                     |  14 +-
 be/src/runtime/disk_io_mgr_internal.h            |  13 +-
 be/src/runtime/disk_io_mgr_reader_context.cc     |   6 +-
 be/src/runtime/disk_io_mgr_scan_range.cc         |   6 +-
 be/src/runtime/initial_reservations.cc           |   6 +-
 be/src/runtime/plan_fragment_executor.cpp        |  28 ++--
 be/src/runtime/plan_fragment_executor.h          |   9 +-
 be/src/runtime/result_buffer_mgr.cpp             |  12 +-
 be/src/runtime/result_buffer_mgr.h               |  12 +-
 be/src/runtime/runtime_state.cpp                 |  19 ++-
 be/src/runtime/runtime_state.h                   |  22 +--
 be/src/runtime/sorted_run_merger.h               |  14 +-
 be/src/runtime/thread_resource_mgr.cpp           |   8 +-
 be/src/runtime/thread_resource_mgr.h             |   8 +-
 be/src/runtime/tmp_file_mgr.cc                   |  12 +-
 be/src/service/doris_main.cpp                    |   6 +-
 be/src/util/batch_process_thread_pool.hpp        |  50 +++----
 be/src/util/blocking_priority_queue.hpp          |  40 +++---
 be/src/util/container_util.hpp                   |  25 ++--
 be/src/util/error_util.h                         |   1 -
 be/src/util/internal_queue.h                     |  26 ++--
 be/src/util/priority_thread_pool.hpp             |  46 +++---
 be/src/util/runtime_profile.cpp                  |  77 +++++-----
 be/src/util/runtime_profile.h                    |  22 +--
 be/src/util/streaming_sampler.h                  |   7 +-
 be/src/util/thrift_rpc_helper.cpp                |   1 -
 be/src/util/thrift_server.cpp                    |  24 ++--
 be/src/util/thrift_server.h                      |   8 +-
 be/test/runtime/buffered_block_mgr2_test.cpp     |   2 +-
 be/test/runtime/disk_io_mgr_test.cpp             |   8 +-
 be/test/runtime/large_int_value_test.cpp         |   1 -
 be/test/util/blocking_queue_test.cpp             |  10 +-
 be/test/util/broker_storage_backend_test.cpp     |   2 +-
 be/test/util/internal_queue_test.cpp             |   4 +-
 be/test/util/thread_pool_test.cpp                |   8 +-
 72 files changed, 360 insertions(+), 580 deletions(-)
 delete mode 100644 be/src/common/names.h

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