Skip to content

Commit

Permalink
fix: upload compacted layers
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Sep 4, 2023
1 parent ba7077a commit 38f556a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pageserver/src/tenant/timeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3462,6 +3462,12 @@ impl Timeline {

drop_wlock(guard);

if let Some(rtc) = self.remote_client.as_ref() {
for needs_upload in insert_layers {
rtc.schedule_layer_file_upload(needs_upload)?;
}
}

Ok(())
}

Expand Down

0 comments on commit 38f556a

Please sign in to comment.