gavinchou commented on code in PR #39372:
URL: https://github.com/apache/doris/pull/39372#discussion_r1720138868


##########
cloud/src/recycler/recycler.cpp:
##########
@@ -592,7 +592,8 @@ int InstanceRecycler::do_recycle() {
                 .add(task_wrapper([this]() { return 
InstanceRecycler::recycle_stage(); }))
                 .add(task_wrapper(
                         [this]() { return 
InstanceRecycler::recycle_expired_stage_objects(); }))
-                .add(task_wrapper([this]() { return 
InstanceRecycler::recycle_versions(); }));
+                .add(task_wrapper([this]() { return 
InstanceRecycler::recycle_versions(); }))
+                .add(task_wrapper([this]() { return 
InstanceRecycler::repair_tablet_index(); }));

Review Comment:
   when to stop this "temparary" repair?



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to