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

bugfix: Stop the current fetcher before replacing it #9582

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

gotjosh
Copy link
Contributor

@gotjosh gotjosh commented Oct 10, 2024

What this PR does

Otherwise, this causes a memory leak as we leave lingering around the resources we used to catch up as quickly as possible as the ingester was starting.

image

Checklist

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

Otherwise, this causes a memory leak as we leave lingering around the resources we used to catch up as quickly as possible as the ingester was starting.

part of grafana/mimir-squad#2475

Signed-off-by: gotjosh <[email protected]>
@gotjosh gotjosh requested a review from a team as a code owner October 10, 2024 15:07
Copy link
Contributor

@dimitarvdimitrov dimitarvdimitrov left a comment

Choose a reason for hiding this comment

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

whoo-hooo 🚀 nice find!

@gotjosh gotjosh merged commit 0c60705 into main Oct 10, 2024
29 checks passed
@gotjosh gotjosh deleted the stop-the-current-fetcher-before-replacing-it branch October 10, 2024 15:48
grafanabot pushed a commit that referenced this pull request Oct 10, 2024
Otherwise, this causes a memory leak as we leave lingering around the resources we used to catch up as quickly as possible as the ingester was starting.

part of grafana/mimir-squad#2475

Signed-off-by: gotjosh <[email protected]>
(cherry picked from commit 0c60705)
gotjosh added a commit that referenced this pull request Oct 10, 2024
Otherwise, this causes a memory leak as we leave lingering around the resources we used to catch up as quickly as possible as the ingester was starting.

part of grafana/mimir-squad#2475

Signed-off-by: gotjosh <[email protected]>
(cherry picked from commit 0c60705)

Co-authored-by: gotjosh <[email protected]>
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.

2 participants