deadlinefen opened a new pull request, #24834: URL: https://github.com/apache/doris/pull/24834
## BUG The partition_id to be converted is not specified in the convert_rowset_ids() function of the RESTORE operation.This can result in the partition_id in the new tablet meta not being converted, but remaining the same as the partition_id in the snapshot file, which in turn resulting in a mismatch between the tablet and the partition, causing metadata errors. ## FIX Add the parameter partition_id to the convert_rowset_ids() function and add the partition_id to the Rpc structure CloneReq to ensure proper convert rowset ids -- 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