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

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


    from 65c4e01a1bb [Fix](dictionary) Decrease dictionary version when commit 
failed (#51444)
     add 8ff490fbb9c [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