gavinchou commented on code in PR #53468: URL: https://github.com/apache/doris/pull/53468#discussion_r2222889918
########## cloud/src/recycler/recycler.cpp: ########## @@ -2505,6 +2518,107 @@ int InstanceRecycler::recycle_rowsets() { return ret; } +int InstanceRecycler::recycle_rowset_meta_and_data(std::string_view key, Review Comment: what is this `key` is, a meaning fullname is better, e.g. rowset_meta_key -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org