chaoyli commented on issue #790: Release SegmentGroup reference count URL: https://github.com/apache/incubator-doris/pull/790#issuecomment-475489692 > Do we still need to release `segment_group` in `OLAPTable::delete_pending_data` ? If delta_writer has release segment group, OLAPTable::delete_pending_data is not necessary to release it. When add_pending_data to olap_table, reference count of SegmentGroup is not added by one. This is may be trick, and will be refactored in the following release.
---------------------------------------------------------------- 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]
