diff --git a/pageserver/src/tenant.rs b/pageserver/src/tenant.rs index 575e41e30f..1c8454e27e 100644 --- a/pageserver/src/tenant.rs +++ b/pageserver/src/tenant.rs @@ -1475,6 +1475,7 @@ impl Tenant { // load and attach code bails out if _any_ of the timeline fails to fetch its IndexPart. // That is, before we declare the Tenant as Active. // But we only allow calls to delete_timeline on Active tenants. + warn!("failed to stop RemoteTimelineClient due to uninitialized queue"); return Err(InnerDeleteTimelineError::QueueUninitialized); } },