chaoyli commented on issue #3313: URL: https://github.com/apache/incubator-doris/pull/3313#issuecomment-617510633
> `another problem in future` means such as schema change operation may meet some problem? `handle this error manually` means I need modify the rowset segment_group_id manually before backup it to the HDFS, so the process of restore will not meet this problem ? @chaoyli Yes, If you change it the code, it still a bug because the storage engine think the segment group id starts with zero. So you should manually modify it better. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
