yiguolei opened a new issue #1765: Should create init version in alter request v2 URL: https://github.com/apache/incubator-doris/issues/1765 In previous version, BE will not create init version(0,1) during create tablet in alter request because alter task will convert data from base tablet. But in alter job v2, be will first create a tablet and then fe will send alter task. If BE restarts during the 2 steps, BE will check the tablet and will find that the tablet is not under schema change but not have init version. BE will not load the 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org