platoneko opened a new pull request, #18688: URL: https://github.com/apache/doris/pull/18688
The replica id is only sent to BE after Doris 1.2, while FE always has a replica id for each replica. However, due to some bugs, replica id of some tablets on BE was forgotten to be set or updated, and the inventory BE data before upgrading to 1.2 did not have a replica_id (which means `replica_id` is 0), so they became inconsistent. This PR fixes all known bugs that can cause inconsistent replica id, and provides a backup mechanism that automatically detects and synchronizes inconsistent replica id to cope with inventory data. -- 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]
