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

github-bot pushed a change to branch auto-pick-50910-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from af3e53014d0 branch-3.0: [fix](log) fix http stream exception log 
#51432 (#51457)
     add 4a212604a03 [enhance](metrics)add some compaction metrics (#50910)

No new revisions were added by this update.

Summary of changes:
 be/src/cloud/cloud_base_compaction.cpp       |   4 +-
 be/src/cloud/cloud_cumulative_compaction.cpp |   4 +-
 be/src/cloud/cloud_full_compaction.cpp       |   4 +-
 be/src/cloud/cloud_storage_engine.cpp        |   6 +-
 be/src/olap/compaction.cpp                   |  41 +++++++++-
 be/src/olap/compaction.h                     |   3 +
 be/src/olap/cumulative_compaction.cpp        |   5 ++
 be/src/olap/merger.cpp                       |  14 ++++
 be/src/olap/merger.h                         |   4 +
 be/src/olap/olap_server.cpp                  |  12 +++
 be/src/olap/rowset/beta_rowset_reader.h      |   2 +
 be/src/util/doris_metrics.cpp                |  31 ++++++++
 be/src/util/doris_metrics.h                  |  11 +++
 be/test/olap/compaction_metrics_test.cpp     | 114 ++++++++++++++++++++++++++-
 14 files changed, 246 insertions(+), 9 deletions(-)


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

Reply via email to