gavinchou commented on code in PR #54912:
URL: https://github.com/apache/doris/pull/54912#discussion_r2280783783
##########
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:
seems nothing has been checked but statistics the numbers of KVs?
we should do some actual check for consistency and integrity such as:
1. if a tablet job presents with recycling/abored, we may check it with the
restore job state in FE
2. if a job is completed we should also do some check as 1 does to make sure
consistent
--
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]