Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
csun5285 committed Dec 6, 2024
1 parent 818cf8a commit c3ff1a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion be/src/olap/tablet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2663,8 +2663,9 @@ void Tablet::gc_binlogs(int64_t version) {
get_segment_index_filepath(rowset_id, i, index->index_id()));
}
} else {
constexpr int no_need_index_id = -1;
wait_for_deleted_binlog_files.emplace_back(
get_segment_index_filepath(rowset_id, i, -1));
get_segment_index_filepath(rowset_id, i, no_need_index_id));
}
}
};
Expand Down

0 comments on commit c3ff1a5

Please sign in to comment.