Skip to content

Commit

Permalink
fix: mistakely removes compaction inputs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed Apr 3, 2024
1 parent d33435f commit 05a403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ impl OnFailure for CompactionFinished {
region_id: self.region_id,
}));
}
for file in &self.compacted_files {
for file in &self.compaction_outputs {
warn!(
"Cleaning region {} compaction output file: {}",
self.region_id, file.file_id
Expand Down

0 comments on commit 05a403b

Please sign in to comment.