Open xytan0056 opened 4 years ago
@xytan0056 not sure why this is happening but I'd like to see if we can fix it before adding retry functionality to Athens. As you probably know, Athens is doing these downloads with the go
CLI, which is really just git
behind the scenes. Can you start by trying several go mod download github.com/lightstep/lightstep-tracer-go@v0.18.1
calls in quick succession on the same server and see if you can reproduce it?
Describe the bug We intermittently see
broken pipe
orconnection reset by peer
errors. Looks like something to do with network buffers. Any idea why this happened? On the other hand, these normally get resolved by a retry. Do you think it's worth it to configure a retry at API level?Error Message
To Reproduce Cannot repro. Happening randomly