We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading the RR from 2.13.2 to 2023.1.2 my pods started crashing with the following trace:
2.13.2
2023.1.2
net/http/header.go:40 go.opentelemetry.io/otel/propagation.HeaderCarrier.Set(0x1e15faf?, {0x1e14129?, 0xc00058f700?}, {0xc000518180, 0x37}) go.opentelemetry.io/[email protected]/propagation/propagation.go:79 +0x97 go.opentelemetry.io/otel/propagation.TraceContext.Inject({}, {0x22a1b88?, 0xc0005968d0?}, {0x22a0ed0, 0x0}) go.opentelemetry.io/[email protected]/propagation/trace_context.go:65 +0x41c go.opentelemetry.io/otel/propagation.compositeTextMapPropagator.Inject(...) go.opentelemetry.io/[email protected]/propagation/propagation.go:117 github.com/roadrunner-server/amqp/v4/amqpjobs.(*Driver).listener.func1() github.com/roadrunner-server/amqp/[email protected]/amqpjobs/listener.go:49 +0x35e created by github.com/roadrunner-server/amqp/v4/amqpjobs.(*Driver).listener github.com/roadrunner-server/amqp/[email protected]/amqpjobs/listener.go:15 +0x72 panic: assignment to entry in nil map
No way to reproduce as it's only been discovered on high-traffic workloads. It's been working perfectly fine in my test env.
No response
The text was updated successfully, but these errors were encountered:
nil
v2023.1.3
v2023.1.4
rustatian
Successfully merging a pull request may close this issue.
No duplicates 🥲.
What happened?
After upgrading the RR from
2.13.2
to2023.1.2
my pods started crashing with the following trace:Version (rr --version)
2023.1.2
How to reproduce the issue?
No way to reproduce as it's only been discovered on high-traffic workloads. It's been working perfectly fine in my test env.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: