xy720 commented on code in PR #54516:
URL: https://github.com/apache/doris/pull/54516#discussion_r2269283503
##########
be/src/cloud/cloud_meta_mgr.h:
##########
@@ -104,9 +104,9 @@ class CloudMetaMgr {
Status commit_restore_job(const int64_t tablet_id);
/**
- * Remove a restore job for a tablet from meta-service
+ * finish a restore job for a tablet from meta-service
*/
- Status finish_restore_job(const int64_t tablet_id);
+ Status finish_restore_job(const int64_t tablet_id, bool is_completed);
Review Comment:
finish指的是这个job的状态会转化成最终状态,completed是控制具体的行为让最终状态会变成DROPPED还是COMPLETED,已加入注释
--
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]