platoneko commented on PR #9971: URL: https://github.com/apache/incubator-doris/pull/9971#issuecomment-1153059814
> 1. In the process of cloning a tablet, when the source tablet snapshot file is downloaded, you need to reset the replica ID in the tablet meta to mark the tablet as a new tablet. > Otherwise, the drop task will still delete the tablet after the clone is finished, which is exactly the bug. > 2. Also need add replica id in report replica info task. > 1. In the process of cloning a tablet, when the source tablet snapshot file is downloaded, you need to reset the replica ID in the tablet meta to mark the tablet as a new tablet. > Otherwise, the drop task will still delete the tablet after the clone is finished, which is exactly the bug. > 2. Also need add replica id in report replica info task. 1. I have done this in `SnapshotManager::convert_rowset_ids`. Is there anything else to do? 2. Good catch! I forgot to set replica id in tablet report, I will fix it soon. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org