gavinchou commented on code in PR #58100:
URL: https://github.com/apache/doris/pull/58100#discussion_r2536419392


##########
cloud/src/recycler/recycler.h:
##########
@@ -426,7 +426,8 @@ class InstanceRecycler {
     //
     // The log_key is constructed from the log_version and instance_id.
     // Both `operation_log` and `log_key` will be removed in the same 
transaction, to ensure atomicity.
-    int recycle_operation_log(Versionstamp log_version, OperationLogPB 
operation_log);
+    int recycle_operation_log(Versionstamp log_version, const 
std::vector<std::string>& raw_keys,

Review Comment:
   update comment



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