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-699: Add capability to completely flush on shutdown #2538

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

mghildiy
Copy link
Contributor

@mghildiy mghildiy commented Jun 3, 2023

[Ingester] Add ability to completely flush on shutdown

Which issue(s) this PR fixes:
Fixes #699

Checklist

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

Copy link
Member

@joe-elliott joe-elliott left a comment

Choose a reason for hiding this comment

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

Looks great! Thanks for digging into this. Please add a changelog entry and we'll merge.

@mghildiy
Copy link
Contributor Author

mghildiy commented Jun 3, 2023

Looks great! Thanks for digging into this. Please add a changelog entry and we'll merge.

I have already added it in CHANGELOG.md.

@joe-elliott
Copy link
Member

joe-elliott commented Jun 3, 2023

I have already added it in CHANGELOG.md.

Not sure how I missed that. Thanks!

@mghildiy
Copy link
Contributor Author

mghildiy commented Jun 3, 2023

TestInstanceSearchDoesNotRace failed.

I checked its code, and I see several concurrent functions. May be thats making it flaky.

@joe-elliott
Copy link
Member

joe-elliott commented Jun 3, 2023

TestInstanceSearchDoesNotRace failed.
I checked its code, and I see several concurrent functions. May be thats making it flaky.

Yeah. It's meant to test for concurrency issues. The issue that is tripping CI it is documented here: #2534

Copy link
Member

@mapno mapno left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@mapno mapno merged commit ad6532f into grafana:main Jun 7, 2023
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.

[Ingester] Add ability to completely flush on shutdown
3 participants