[fix] (schema change) ignore the error of repeatedly writing rowset during schema change (#29733)

This commit is contained in:
Luwei
2024-01-10 09:34:51 +08:00
committed by yiguolei
parent ca75c9b8ab
commit a94f2564e3

View File

@ -1105,7 +1105,7 @@ Status SchemaChangeHandler::_convert_historical_rowsets(const SchemaChangeParams
<< "tablet=" << sc_params.new_tablet->tablet_id() << ", version='"
<< rs_reader->version().first << "-" << rs_reader->version().second;
StorageEngine::instance()->add_unused_rowset(new_rowset);
return process_alter_exit();
res = Status::OK();
} else if (!res) {
LOG(WARNING) << "failed to register new version. "
<< " tablet=" << sc_params.new_tablet->tablet_id()