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/07/08 08:20:10 UTC

[GitHub] [incubator-doris] chaoyli commented on issue #1440: non-sense segment is been generated

chaoyli commented on issue #1440: non-sense segment is been generated
URL: https://github.com/apache/incubator-doris/issues/1440#issuecomment-509127679
 
 
   
   Segment which size reaches OLAP_MAX_COLUMN_SEGMENT_FILE_SIZE will be flushed into disk. If the previous segment reach the threshold just right, and been flushed into disk. The following finalize() when closing ColumnDataWriter will generate a non-sense segment. In this scenario, undefined behavior will happens.

----------------------------------------------------------------
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