-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Agent (otel) can't be stopped when traces are in flight #2576
Comments
jpkrohling
changed the title
Agent can't be stopped when traces are in flight
Agent (otel) can't be stopped when traces are in flight
Oct 19, 2020
It eventually does shut down, after 5m:
|
Example of a shutdown with an empty in-flight queue:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When the agent can't send a trace to the collector, the shutdown procedure gets blocked indefinitely.
Probably related to open-telemetry/opentelemetry-collector#1192.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The following is shown, blocking in the last line indefinitely:
To finish it, sending a
SIGKILL
to the process is required.The text was updated successfully, but these errors were encountered: