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

fix: fix memory leak of measurements finished with errors #591

Merged
merged 1 commit into from Oct 12, 2022

Conversation

pboros
Copy link
Contributor

@pboros pboros commented Oct 12, 2022

A possible memory could happen when a child span finishes with errors, and we lose the parent span from the context, so it can't be closed properly. We need to track parents similarly to when the span finishes ok.

@pboros pboros added the debug image This PR will generate a debug image label Oct 12, 2022
@pboros pboros merged commit cc7f4cd into main Oct 12, 2022
@pboros pboros deleted the pboros/memleak-fix branch October 12, 2022 15:50
@tigrisdata-argocd-bot
Copy link
Collaborator

🎉 This PR is included in version 1.0.0-beta.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug image This PR will generate a debug image released on @beta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants