Skip to content

Commit

Permalink
tenant: solve the fixme by understanding retries
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Feb 13, 2024
1 parent 2453526 commit b7bbbd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pageserver/src/tenant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3391,8 +3391,7 @@ impl Tenant {
let dest_path =
&remote_initdb_archive_path(&self.tenant_shard_id.tenant_id, &timeline_id);

// FIXME: backoff::retry
// FIXME: this seems out of place
// if this fails, it will get retried by retried control plane requests
storage
.copy_object(source_path, dest_path, &self.cancel)
.await
Expand Down

0 comments on commit b7bbbd2

Please sign in to comment.