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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
