kangpinghuang opened a new issue #874: loading empty segment group failed URL: https://github.com/apache/incubator-doris/issues/874 **Describe the bug** When segment group is loaded, it will fail because the empty flag is not set. **Reason** When DeltaWriter write a new AlphaRowset, the rowset can not be flush, But the empty flag is set in flush function of AlphaRowset, so the empty flag of segment group is invalid, leading to this problem. It will eventually cause query failure.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
