You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// only ingestors' snapshots contain the manifest paths, so we need to send the retention cleanup request to all ingestors
541
+
// querier does not have /retention/cleanup endpoint, but it does not need to receive the request since it does not have the manifest paths in its snapshot
542
+
let _ = for_each_live_node(tenant_id,move |ingestor| {
0 commit comments