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

Hot fix to avoid process to block indefinitely on shutdown #4134

Merged
merged 2 commits into from
Apr 28, 2021

Conversation

pracucci
Copy link
Contributor

@pracucci pracucci commented Apr 28, 2021

What this PR does:
We're rolling out ingesters in a production cluster and we've found a critical issue causing them getting stuck indefinitely while shutting down. The issue is related to the jaeger client and described here. In this PR I'm proposing an hot fix: do not call tracer.Close() at shutdown. Since the process is exiting anyway, it shouldn't cause any real issue.

Which issue(s) this PR fixes:
N/A

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Copy link
Contributor

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

Signed-off-by: Marco Pracucci <[email protected]>
@pracucci pracucci enabled auto-merge (squash) April 28, 2021 12:51
@pracucci pracucci merged commit 0da720f into cortexproject:master Apr 28, 2021
@pracucci pracucci deleted the hot-fix-for-tracer-close branch April 28, 2021 13:18
@pracucci pracucci mentioned this pull request May 12, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants