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

Update dskit, fix panic during startup caused by gossip message arriving too soon #3746

Merged
merged 2 commits into from
Dec 16, 2022

Conversation

pstibrany
Copy link
Member

@pstibrany pstibrany commented Dec 16, 2022

What this PR does

This PR updates dskit, which includes a fix for panic during Mimir startup, when it receives gossiped message too soon (before it's ready to process them).

Which issue(s) this PR fixes or relates to

Fixes #3732

Checklist

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

@pstibrany pstibrany requested a review from a team as a code owner December 16, 2022 09:47
@pstibrany pstibrany changed the title Fix panic during startup caused by gossip message arriving too soon Update dskit, Fix panic during startup caused by gossip message arriving too soon Dec 16, 2022
@pstibrany pstibrany changed the title Update dskit, Fix panic during startup caused by gossip message arriving too soon Update dskit, fix panic during startup caused by gossip message arriving too soon Dec 16, 2022
Copy link
Collaborator

@pracucci pracucci left a comment

Choose a reason for hiding this comment

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

I reviewed this change in dskit, LGTM.

CHANGELOG.md Outdated Show resolved Hide resolved
@pracucci pracucci enabled auto-merge (squash) December 16, 2022 10:53
@pracucci pracucci merged commit b2c6f27 into main Dec 16, 2022
@pracucci pracucci deleted the update-dskit branch December 16, 2022 11:07
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.

Panic in memberlist client
2 participants