doris icon indicating copy to clipboard operation
doris copied to clipboard

[fix](index compaction) fix fd leak and mem leak while index compaction

Open cambyzju opened this issue 4 months ago • 9 comments

if DORIS_TRY(inverted_index_file_readers[src_segment_id]->open(index_meta)) failed and return, then lucene::store::Directory* stay in src_index_dirs will got fd leak and memory leak.

cambyzju avatar Oct 15 '24 13:10 cambyzju