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