gavinchou commented on code in PR #58459:
URL: https://github.com/apache/doris/pull/58459#discussion_r2633703627
##########
cloud/src/meta-service/meta_service_job.cpp:
##########
@@ -1220,6 +1220,14 @@ void process_compaction_job(MetaServiceCode& code,
std::string& msg, std::string
return;
}
+ if (rs_meta.has_is_recycled() && rs_meta.is_recycled()) {
+ SS << "rowset has already been marked as recycled, tablet_id=" <<
tablet_id
Review Comment:
future todo: LOG rowset id
--
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]