Skip to content
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

[exporter/syslog] Fix issue where exporter may hang indefinitely while dialing #34393

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

djaglowski
Copy link
Member

We had a report of a collector not shutting down properly. Regardless of the underlying cause, it seems that the dialer was not being passed a context, so did not cancel the attempt to dial in a reasonable timeframe. This PR just passes context through to the dialer.

image

@djaglowski djaglowski force-pushed the syslog-exporter-context branch from 20f6a3f to 2822bf3 Compare August 2, 2024 15:54
@djaglowski djaglowski marked this pull request as ready for review August 2, 2024 16:07
@djaglowski djaglowski requested a review from a team August 2, 2024 16:07
@djaglowski djaglowski merged commit 0786c01 into open-telemetry:main Aug 6, 2024
156 checks passed
@djaglowski djaglowski deleted the syslog-exporter-context branch August 6, 2024 13:03
@github-actions github-actions bot added this to the next release milestone Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants