gavinchou commented on code in PR #46390: URL: https://github.com/apache/doris/pull/46390#discussion_r1907170109
########## be/src/cloud/cloud_tablet.cpp: ########## @@ -386,6 +386,7 @@ void CloudTablet::delete_rowsets(const std::vector<RowsetSharedPtr>& to_delete, uint64_t CloudTablet::delete_expired_stale_rowsets() { std::vector<RowsetSharedPtr> expired_rowsets; + std::vector<RowsetSharedPtr> stale_rowsets; Review Comment: add comment for this tricky stale_rowsets -- 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