Bartosz Sławianowski

Results 36 comments of Bartosz Sławianowski

From a quick look at the code it seems that there's no deadlock resolution when 3 or more nodes start syncing concurrently and in addition you happen to get unlucky...

@andrei-dascalu I think it's not yet documented but if you want to use SSH git repositories you need to provide .ssh/known_hosts file. For example if you installed Image Updater in...

I need to do more research but this seems to be some kind of composer bug actually. Nexus doesn't strip "provide" metadata from packages it hosts, but for some reason...

Tried to make it run on IPv6 but just changing things in Helm chart is not enough. Issues I ran into included: - Bunch of IPv4-only listening addresses. Easiest one...

There are two more things that needed fixing. On top of the things I mentioned in my previous comment I was finally able to get Linkerd working inside IPv6-only EKS...

Does this issue cover asynchronous instruments as well? I have encountered the issue where SDK keeps exporting metrics which no longer get reported by my callbacks: ```typescript this.objectState = capiMeter().createObservableGauge('capi.object.state',...

@pichlermarc Doesn't seem to change anything: old metrics remain. Tested on Prometheus and console exporters: ```typescript const cb = async (result: ObservableResult) => { for (const shard of await this.shardStorage.getMetrics())...

Spec update was recently merged which I believe concerns this issue as well (at least the async instruments): https://github.com/open-telemetry/opentelemetry-specification/pull/3242