Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Oct 16, 2024
1 parent 30af935 commit 3645f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/src/hummock/event_handler/uploader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ impl UploaderData {
fn min_uncommitted_sst_id(&self) -> Option<HummockSstableObjectId> {
self.spilled_data
.values()
.chain(self.syncing_data.values().map(|s| s.uploaded.iter()))
.filter_map(|(s, _)| {
s.sstable_infos()
.iter()
Expand Down

0 comments on commit 3645f8c

Please sign in to comment.