Yukang-Lian opened a new pull request, #63900:
URL: https://github.com/apache/doris/pull/63900

   ### What problem does this PR solve?
   
   Time series cumulative compaction and size-based cumulative compaction 
shared the same max compaction score metric.
   
   This PR:
   - adds `tablet_time_series_max_compaction_score`
   - keeps `tablet_cumulative_max_compaction_score` for size-based cumulative 
compaction
   - keeps BE report compatibility by reporting the max of base, size-based, 
and time-series scores
   
   ### Release note
   
   None
   
   ### Check List
   
   - [x] `git diff --check`
   - [x] `DORIS_HOME=/data/data14/lianyukang/doris ninja -C be/build_Release 
src/common/CMakeFiles/Common.dir/metrics/doris_metrics.cpp.o 
src/storage/CMakeFiles/Storage.dir/olap_server.cpp.o 
src/storage/CMakeFiles/Storage.dir/tablet/tablet_manager.cpp.o 
src/cloud/CMakeFiles/Cloud.dir/cloud_storage_engine.cpp.o 
src/cloud/CMakeFiles/Cloud.dir/cloud_tablet_mgr.cpp.o 
src/agent/CMakeFiles/Agent.dir/task_worker_pool.cpp.o`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to