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
Users that update Jaeger to use the latest v1.49.0 are receiving the following gRPC error: Reason: cannot fetch trace: jaeger stream recv err: rpc error: code = Unknown desc = cannot retrieve trace: trace not found.
One internal error that we are seeing is here: {"level":"warn","ts":1694453658.4716527,"caller":"[email protected]/clientconn.go:1515","msg":"[core][Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"localhost:4317\", ServerName: \"localhost:4317\", }. Err: connection error: desc = \"transport: Error while dialing: dial tcp 127.0.0.1:4317: connect: connection refused\"","system":"grpc","grpc_log":true}
Users that update Jaeger to use the latest
v1.49.0
are receiving the following gRPC error:Reason: cannot fetch trace: jaeger stream recv err: rpc error: code = Unknown desc = cannot retrieve trace: trace not found
.One example where this error happened: https://github.com/kubeshop/tracetest/actions/runs/6149707536/job/16686384831
The text was updated successfully, but these errors were encountered: