xy720 commented on code in PR #54912:
URL: https://github.com/apache/doris/pull/54912#discussion_r2280815703


##########
cloud/src/recycler/checker.cpp:
##########
@@ -1758,4 +1764,106 @@ int InstanceChecker::do_mow_job_key_check() {
     return 0;
 }
 
+int InstanceChecker::do_restore_job_check() {

Review Comment:
   With a tablet restore job in MS is hard to find the corresponding actual 
restore job in FE.
   And dropped and completed is not stable because it may trigger recycled in 
any time.
   And recycling state is also hard to check integrity because the kv and data 
is recycling.
   May be we can add a recycled state? and check the data leak in recycled 
state.
   Need to dicuss more



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