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
Right now the store-gateway can have multiple replicated block and we deduplicate them while streaming data.
but we should instead request all block ULID for a given range and query accordingly ingester and storegateway within using queryStoreAfter. This will also allow us to deduplicate blocks from the start.