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 f3a9f3f  Do not add exchange when table's distributioin satisfy the 
distribution requirements (#4482)
     add 498b06f  [Metrics] Support tablet level metrics (#4428)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/task_worker_pool.cpp                  |  26 +--
 be/src/common/daemon.cpp                           |  18 +-
 be/src/exec/olap_scanner.cpp                       |   7 +-
 be/src/exec/tablet_sink.cpp                        |   4 +-
 be/src/http/action/compaction_action.cpp           |   4 +-
 be/src/http/action/metrics_action.cpp              |   5 +-
 be/src/http/action/stream_load.cpp                 |  24 +--
 be/src/http/action/stream_load.h                   |  10 +-
 be/src/olap/base_compaction.cpp                    |   4 +-
 be/src/olap/base_tablet.cpp                        |  16 +-
 be/src/olap/base_tablet.h                          |   7 +
 be/src/olap/cumulative_compaction.cpp              |   4 +-
 be/src/olap/data_dir.cpp                           |  18 +-
 be/src/olap/data_dir.h                             |  10 +-
 be/src/olap/delta_writer.cpp                       |   6 +-
 be/src/olap/fs/block_manager_metrics.cpp           |  18 +-
 be/src/olap/memtable.cpp                           |   4 +-
 be/src/olap/memtable_flush_executor.h              |   2 +-
 be/src/olap/olap_meta.cpp                          |  12 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |   8 +-
 be/src/olap/storage_engine.cpp                     |   8 +-
 be/src/olap/tablet.cpp                             |   6 +
 be/src/olap/tablet.h                               |   4 +
 be/src/olap/tablet_manager.cpp                     |  18 +-
 be/src/olap/task/engine_alter_tablet_task.cpp      |   4 +-
 be/src/olap/task/engine_batch_load_task.cpp        |  18 +-
 be/src/olap/task/engine_storage_migration_task.cpp |   2 +-
 be/src/runtime/client_cache.cpp                    |  14 +-
 be/src/runtime/client_cache.h                      |   6 +-
 be/src/runtime/fragment_mgr.cpp                    |   4 +-
 be/src/runtime/mem_pool.cpp                        |   6 +-
 be/src/runtime/memory/chunk_allocator.cpp          |  38 ++--
 be/src/runtime/memory/chunk_allocator.h            |   2 +-
 .../runtime/stream_load/stream_load_executor.cpp   |  12 +-
 be/src/runtime/tmp_file_mgr.cc                     |  10 +-
 be/src/runtime/tmp_file_mgr.h                      |   2 +-
 be/src/util/doris_metrics.cpp                      | 198 ++++++++---------
 be/src/util/doris_metrics.h                        | 238 +++++++++++----------
 be/src/util/metrics.cpp                            |  82 ++++---
 be/src/util/metrics.h                              |  87 ++++++--
 be/src/util/system_metrics.cpp                     | 214 +++++++++---------
 be/src/util/system_metrics.h                       |   1 +
 be/src/util/thrift_server.cpp                      |  10 +-
 be/src/util/thrift_server.h                        |   6 +-
 be/test/agent/cgroups_mgr_test.cpp                 |  10 +
 be/test/exprs/hybird_set_test.cpp                  |   2 +
 be/test/http/metrics_action_test.cpp               |  22 +-
 be/test/olap/push_handler_test.cpp                 |   2 +-
 be/test/util/doris_metrics_test.cpp                |  51 +++--
 be/test/util/new_metrics_test.cpp                  |  98 ++++-----
 be/test/util/system_metrics_test.cpp               |   8 +-
 51 files changed, 752 insertions(+), 638 deletions(-)


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

Reply via email to