mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
Update pageserver/src/tenant/secondary/downloader.rs
Co-authored-by: Christian Schwarz <christian@neon.tech>
This commit is contained in:
@@ -380,7 +380,7 @@ impl JobGenerator<PendingDownload, RunningDownload, CompleteDownload, DownloadCo
|
||||
completed_at: Instant::now(),
|
||||
})
|
||||
.ok();
|
||||
}.instrument(info_span!("secondary_download", tenant_id=%tenant_shard_id.tenant_id, shard_id=%tenant_shard_id.shard_slug())));
|
||||
}.instrument(info_span!(parent: None, "secondary_download", tenant_id=%tenant_shard_id.tenant_id, shard_id=%tenant_shard_id.shard_slug())));
|
||||
RunningDownload { barrier }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user