This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-50950-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from ddbc99a82e2 branch-3.0: [hotfix](jdbc catalog) Fix jdbcclient repeated initialization (#51037) add aa3df8e1c88 [Feature](Compaction)Improve Compaction Profiling and Logging (#50950) No new revisions were added by this update. Summary of changes: be/src/cloud/cloud_base_compaction.cpp | 38 +++-- be/src/cloud/cloud_compaction_action.cpp | 8 ++ be/src/cloud/cloud_cumulative_compaction.cpp | 35 +++-- be/src/cloud/cloud_full_compaction.cpp | 20 ++- be/src/cloud/cloud_tablet.cpp | 61 ++++++++ be/src/cloud/cloud_tablet.h | 36 +++++ be/src/http/action/compaction_action.cpp | 10 ++ be/src/olap/base_compaction.cpp | 45 ++++-- be/src/olap/cumulative_compaction.cpp | 49 +++++-- be/src/olap/full_compaction.cpp | 33 ++++- be/src/olap/olap_server.cpp | 4 + be/src/olap/tablet.cpp | 18 +++ be/src/olap/tablet.h | 28 ++++ .../compaction/test_full_compaction_status.groovy | 153 +++++++++++++++++++++ 14 files changed, 490 insertions(+), 48 deletions(-) create mode 100644 regression-test/suites/compaction/test_full_compaction_status.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org