chaoyli commented on a change in pull request #506: add create file hard link for rowset URL: https://github.com/apache/incubator-doris/pull/506#discussion_r245640486
########## File path: be/src/olap/rowset/segment_group.cpp ########## @@ -688,4 +688,93 @@ int64_t SegmentGroup::get_tablet_id() { return _tablet_id; } +bool SegmentGroup::create_hard_links() { Review comment: No gc when failed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org