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 943ac0425a0 [fix](systable) refactor code to avoid wrong usage (#40568)
     add 140857fa7f4 [feature](compaction) Add an http action for visibility of 
compaction score on each tablet (#38489)

No new revisions were added by this update.

Summary of changes:
 be/src/http/action/compaction_score_action.cpp     | 236 +++++++++++++++++++++
 be/src/http/action/compaction_score_action.h       |  66 ++++++
 be/src/olap/base_tablet.cpp                        |   9 +
 be/src/olap/base_tablet.h                          |   4 +
 be/src/olap/tablet.cpp                             |   3 +
 be/src/service/http_service.cpp                    |  11 +
 .../compaction/test_compaction_score_action.groovy |  53 +++++
 7 files changed, 382 insertions(+)
 create mode 100644 be/src/http/action/compaction_score_action.cpp
 create mode 100644 be/src/http/action/compaction_score_action.h
 create mode 100644 
regression-test/suites/compaction/test_compaction_score_action.groovy


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

Reply via email to