Skip to content

Commit

Permalink
Update pageserver/src/tenant/storage_layer/split_writer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Schwarz <[email protected]>
  • Loading branch information
skyzh and problame committed Sep 18, 2024
1 parent 41902ee commit 901b2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/tenant/storage_layer/split_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl SplitImageLayerWriter {
}

pub fn discard(self) {
// do nothing
// The drop handler of each `generated_layer_writers` will clean up the `.tmp` files.
}

#[cfg(test)]
Expand Down

0 comments on commit 901b2a4

Please sign in to comment.