yujun777 commented on PR #43107: URL: https://github.com/apache/doris/pull/43107#issuecomment-2484936209
ok. all solved but left one thing need to change, as comment above: In InternalCatalog.replayTruncateTable, line 3789 ~ 3809 should not deleted, it's use to add partition's tablet meta into TabletInvertIndex. It's because when creatting new a partition, this partititon's tablet meta will auto add into TabletInvertIndex, but when replaying this editlog, it need to call add tablet meta function explicit. -- 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