liaoxin01 opened a new pull request, #42296: URL: https://github.com/apache/doris/pull/42296
The following operations may trigger this issue. 1. migration start 2. load start using old tablet,but wait migration lock in `RowsetBuilder::prepare_txn`. 3. migration finish, old tablet -> new tablet 4. obtained migration lock and commit successfully using old tablet. 5. publish failed using old tablet, because old tablet has been dropped. It cause the data loss. Therefore, after acquiring the migration lock, check if the tablet has already been shut down. If it has, it indicates that it is an old tablet, and data should not be imported into the old tablet. -- 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]
