gavinchou commented on code in PR #45626: URL: https://github.com/apache/doris/pull/45626#discussion_r1895240603
########## cloud/src/recycler/recycler.cpp: ########## @@ -1509,6 +1517,10 @@ int InstanceRecycler::delete_rowset_data(const std::vector<doris::RowsetMetaClou return accessor->delete_files(*paths); }); } + for (const auto& [resource_id, tablet_id, rowset_id] : rowsets_delete_by_prefix) { + concurrent_delete_executor.add( Review Comment: log here some thing special has been deleted partial update... -- 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