dataroaring commented on code in PR #53824:
URL: https://github.com/apache/doris/pull/53824#discussion_r2262022472
##########
be/src/cloud/cloud_schema_change_job.cpp:
##########
@@ -462,7 +462,7 @@ Status
CloudSchemaChangeJob::_convert_historical_rowsets(const SchemaChangeParam
// during double write phase by `CloudMetaMgr::sync_tablet_rowsets` in
another thread
std::unique_lock lock {_new_tablet->get_sync_meta_lock()};
std::unique_lock wlock(_new_tablet->get_header_lock());
- _new_tablet->add_rowsets(std::move(_output_rowsets), true, wlock);
+ _new_tablet->add_rowsets(std::move(_output_rowsets), true, wlock,
true);
Review Comment:
Is default behavior changed?
--
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]