gavinchou commented on code in PR #58459:
URL: https://github.com/apache/doris/pull/58459#discussion_r2633704030
##########
cloud/src/meta-service/meta_service_job.cpp:
##########
@@ -1804,6 +1812,15 @@ void process_schema_change_job(MetaServiceCode& code,
std::string& msg, std::str
msg = ss.str();
return;
}
+
+ if (tmp_rowset_meta.has_is_recycled() &&
tmp_rowset_meta.is_recycled()) {
+ SS << "rowset has already been marked as recycled, tablet_id=" <<
new_tablet_id
Review Comment:
ditto
--
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]