gavinchou commented on code in PR #54516:
URL: https://github.com/apache/doris/pull/54516#discussion_r2266064771
##########
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 和 complete的关系和区别
--
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]