You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/04/04 01:13:26 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #874: loading empty segment group failed

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org