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

Don't call manager.Close() when Analyze() fails #638

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

damemi
Copy link
Contributor

@damemi damemi commented Feb 1, 2024

There's no need to call manager.Close() at this point because the manager is not running yet. Doing so actually causes it to hang because of waiting for this channel added in #586.

This also prevents errors from propagating up as seen in #636

@damemi damemi requested a review from a team February 1, 2024 20:15
CHANGELOG.md Outdated Show resolved Hide resolved
@MrAlias MrAlias merged commit 67f5a44 into open-telemetry:main Feb 1, 2024
16 checks passed
@damemi damemi deleted the remove-mngr-close branch February 1, 2024 21:59
@damemi damemi mentioned this pull request Mar 26, 2024
@MrAlias MrAlias added this to the v0.11.0-alpha milestone Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants