Cory Snider

Results 223 comments of Cory Snider

While `IsNoneSpanExporter` is not used by opentelemetry-go-contrib, it is useful for applications. If a copy of a no-op span exporter was to be used as the fallback, `autoexport.NewSpanExporter` would return...

> * Somehow wrap transport so all clients use the same keepalive pool We don't need to wrap anything; simply share the same `*http.Transport` between all clients, or the same...

> All the transports have their own custom Dial function afaics. ...sigh. Out of all the ways to implement that, of course the go-connection authors went with the one which...

- The root cause is https://github.com/codecov/uploader/issues/1687 (System error -86 is `-EBADARCH` -- Bad CPU type in executable.) It can be worked around by configuring the action to use v0.7.3 of...

> iptables-save gives in our broken env : > ``` > > iptables-save > # Generated by iptables-save v1.8.9 (nf_tables) on Mon Jun 2 20:49:01 2025 > [...snip...] > ```...

This issue pertains to external networks, not overlay networks. Everyone reporting issues regarding overlay networks and Swarm DNS, those comments are off-topic. Please open new issues.

@cherbst it's an "externally-managed" network. > ```yaml > networks: > proxy: > external: true > ``` https://docs.docker.com/reference/compose-file/networks/#external It might be a tunnel of some description going off the chosen name,...

@bdoublet91 When you say problems occurred randomly, was the affected service impacted from the get go, or did it start out functioning then break some time later? When the issue...

> If we're wrong, which seems unlikely (unless it's deliberate) That's what I'm worried about: some attacker tricking dockerd into executing attacker-controlled code as root.

To repeat my question from earlier: the issue this PR is fixing, #46658, states the following: > We should switch to getting the `state` property, **and do something sensible when...