luwei16 commented on code in PR #61428:
URL: https://github.com/apache/doris/pull/61428#discussion_r2946531855


##########
be/src/service/http/action/compaction_action.cpp:
##########
@@ -303,8 +308,33 @@ Status 
CompactionAction::_execute_compaction_callback(TabletSharedPtr tablet,
         tablet->set_cumulative_compaction_policy(cumulative_compaction_policy);
     }
     Status res = Status::OK();
-    auto do_compact = [](Compaction& compaction) {
+    // Helper to register a compaction task as RUNNING in the tracker (direct 
execution, MANUAL trigger)
+    auto register_running_task = [&tablet](Compaction& compaction) {

Review Comment:
   The progress of compaction is not reflected.
   
   The start time of compaction execution is not recorded.
   
   In BE, can the container used to record compaction tasks be shared with the 
one used to record compaction profiles?



-- 
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