-
Notifications
You must be signed in to change notification settings - Fork 1.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
[exporterhelper/batchsender] batchsender deadlock preventing shutdown #10255
Labels
bug
Something isn't working
Comments
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this issue
May 29, 2024
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this issue
May 29, 2024
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this issue
May 29, 2024
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this issue
May 29, 2024
dmitryax
added a commit
to dmitryax/opentelemetry-collector
that referenced
this issue
May 30, 2024
dmitryax
added a commit
that referenced
this issue
May 30, 2024
steves-canva
pushed a commit
to Canva/opentelemetry-collector
that referenced
this issue
Jun 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
deadlock during batchsender shutdown
Steps to reproduce
I have a unit test to reproduce the issue timannguyen@adf2fb9
the mergeFunc would need to take a bit of time in the sendMergeBatch during shutdown to cause this deadlock
What did you expect to see?
to shutdown without deadlock
What did you see instead?
deadlock when a sending goroutine holding to the lock while the ticket goroutine is trying to get the lock. This prevents shutdown
What version did you use?
pdata 1.7.0
otel 0.100.0
What config did you use?
Environment
MACOS
ubuntu
Additional context
The text was updated successfully, but these errors were encountered: