-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[pkg/stanza] Windows input operator leaks remote session handle #35577
Labels
Comments
kuiperda
added
bug
Something isn't working
needs triage
New item requiring triage
labels
Oct 3, 2024
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Based on #35520 (comment), it seems as @kuiperda wouldn't have time to work on this. I will have a crack at this though. @djaglowski can you assign this to me? |
Removing |
whitneygriffith
pushed a commit
to whitneygriffith/opentelemetry-collector-contrib
that referenced
this issue
Oct 14, 2024
…pen-telemetry#35696) Stop the remote session before starting a new one while resubscribing. Closes open-telemetry#35577
jmichalek132
pushed a commit
to jmichalek132/opentelemetry-collector-contrib
that referenced
this issue
Oct 14, 2024
…pen-telemetry#35696) Stop the remote session before starting a new one while resubscribing. Closes open-telemetry#35577
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this issue
Dec 17, 2024
…pen-telemetry#35696) Stop the remote session before starting a new one while resubscribing. Closes open-telemetry#35577
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
pkg/stanza
What happened?
Description
@pjanotti noticed this here (#35520)
Steps to Reproduce
See the comment above. Since
Subscription::Close
does not close the remote session handle, it is leaked. This will happen when the operator resubscribes due to the remote host restarting, for example.Expected Result
The remote session handle should be closed properly so it does not get leaked.
Actual Result
Collector version
v0.110.0
Environment information
N/A
OpenTelemetry Collector configuration
N/A
Log output
Additional context
N/A
The text was updated successfully, but these errors were encountered: