Andrey Voronkov

Results 73 comments of Andrey Voronkov

Seems like faced this too 0.29.0. Thanos Query has multiple sources and selects prometheus sidecar with data gaps on recent data. It's very strange issue holds so long.

@bsousaa seems not this one. Now we're facing https://github.com/moby/buildkit/issues/3635 on 23.0.1

Is there any progress on this?

Is there any news on this?

Seems facing this in https://github.com/goharbor/harbor/issues/17536#issuecomment-1399356186 Extremely slow. Could it be improved/mitigated somehow?

@karmicdude This could be a fix for that https://github.com/distribution/distribution/pull/3827 Harbor uses distribution under the hood and I already tested it for my Harbor instance

@dkulchinsky Image is in our private registry, but the instruction is this: Build distrubution bin from my fork via `go build -o bin/registry ./cmd/registry` And place the bin inside `harbor-registry`...

@dkulchinsky Please tell about the result. In my case speedup was drastical.

@dkulchinsky > in 12 hours it processed [2480/17575] artifacts That was the result before any speedup (approximately). But I have no GCS - could be the case. We have Ceph...

@dkulchinsky Could you set `STORAGE_TAGSTORE_LOOKUP_CONCURRENCY` to some higher value e.g. `256` and see if the perfomance changes. I will try to test the latest version of this patch by myself...