gavinchou commented on code in PR #54516:
URL: https://github.com/apache/doris/pull/54516#discussion_r2266067550
##########
be/src/cloud/cloud_snapshot_mgr.h:
##########
@@ -59,11 +59,11 @@ class CloudSnapshotMgr {
/**
* Releases a snapshot for the specified tablet.
* Behavior:
- * - Marks the snapshot as no longer in use.
+ * - Marks the snapshot to final state.
*
* @return status.
*/
- Status release_snapshot(int64_t tablet_id);
+ Status release_snapshot(int64_t tablet_id, bool is_completed);
Review Comment:
描述下 complete true false的行为是什么 对整个restore job的影响是什么
--
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]