Skip to content

Commit

Permalink
pageserver: avoid converting all image layer errors to anyhow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Jun 3, 2024
1 parent ef83f31 commit 15b0d16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pageserver/src/tenant/timeline/compaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ impl Timeline {
},
&image_ctx,
)
.await
.map_err(anyhow::Error::from)?;
.await?;

self.upload_new_image_layers(image_layers)?;
partitioning.parts.len()
Expand Down

0 comments on commit 15b0d16

Please sign in to comment.