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 42d1402 Use ThreadPoolManager to create threadPool and add some prometheus metrics about pool (#3386) add 72f3082 [Metrics] Add some metrics for container size in BE (#3246) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/unique_rowset_id_generator.cpp | 9 ++++++++- be/src/olap/storage_engine.cpp | 4 ++++ be/src/runtime/broker_mgr.cpp | 5 +++++ be/src/runtime/data_stream_mgr.cpp | 12 +++++++++++ be/src/runtime/data_stream_mgr.h | 2 +- be/src/runtime/external_scan_context_mgr.cpp | 7 ++++++- be/src/runtime/external_scan_context_mgr.h | 2 +- be/src/runtime/fragment_mgr.cpp | 4 ++++ be/src/runtime/fragment_mgr.h | 1 - be/src/runtime/load_channel_mgr.cpp | 5 +++++ be/src/runtime/result_buffer_mgr.cpp | 7 +++++++ be/src/runtime/result_queue_mgr.cpp | 8 ++++++++ .../routine_load/routine_load_task_executor.h | 5 +++++ be/src/runtime/small_file_mgr.cpp | 5 +++++ be/src/runtime/stream_load/load_stream_mgr.h | 10 +++++++++- be/src/runtime/tablets_channel.cpp | 11 +++++++++++ be/src/runtime/tablets_channel.h | 2 ++ be/src/util/brpc_stub_cache.h | 5 +++++ be/src/util/doris_metrics.cpp | 16 +++++++++++++++ be/src/util/doris_metrics.h | 23 ++++++++++++++++++++++ be/test/exec/tablet_sink_test.cpp | 2 ++ be/test/http/stream_load_test.cpp | 10 +--------- be/test/olap/delete_handler_test.cpp | 4 +++- be/test/olap/delta_writer_test.cpp | 2 ++ be/test/olap/olap_snapshot_converter_test.cpp | 2 ++ be/test/olap/rowset/alpha_rowset_test.cpp | 2 ++ be/test/olap/rowset/beta_rowset_test.cpp | 4 +++- be/test/olap/rowset/rowset_converter_test.cpp | 2 ++ be/test/olap/rowset/rowset_meta_manager_test.cpp | 2 ++ .../rowset/unique_rowset_id_generator_test.cpp | 5 +++++ be/test/olap/tablet_mgr_test.cpp | 2 ++ be/test/olap/txn_manager_test.cpp | 2 ++ be/test/runtime/external_scan_context_mgr_test.cpp | 2 ++ be/test/runtime/fragment_mgr_test.cpp | 2 ++ be/test/runtime/load_channel_mgr_test.cpp | 2 ++ be/test/runtime/memory_scratch_sink_test.cpp | 3 +++ be/test/runtime/result_queue_mgr_test.cpp | 2 ++ .../runtime/routine_load_task_executor_test.cpp | 2 ++ be/test/runtime/small_file_mgr_test.cpp | 3 ++- be/test/util/arrow/arrow_work_flow_test.cpp | 3 +++ 40 files changed, 183 insertions(+), 18 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org