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

Always enable partition ring codec #7880

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

pracucci
Copy link
Collaborator

What this PR does

I'm working on a migration procedure from Mimir classic architecture to ingest storage. During the migration we'll have some Mimir components with ingest storage enabled, and others with ingest storage disabled. However, all components form a unique memberlist cluster, so we need to make sure that partition ring changes get propagated correctly. To make it happen, we need to make sure that the partition ring memberlist codec is always enabled.

History: when we introduced the partition ring, and it was still under development, we decided to not register the codec by default as a safety countermeasure. We're now testing the ingest storage since a while, so I think it's safe to enable the codec by default.

Which issue(s) this PR fixes or relates to

N/A

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.

Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci marked this pull request as ready for review April 11, 2024 16:43
@pracucci pracucci requested a review from a team as a code owner April 11, 2024 16:43
@pracucci pracucci merged commit 4b28c86 into main Apr 12, 2024
29 checks passed
@pracucci pracucci deleted the always-enable-partition-ring-codec branch April 12, 2024 07:55
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.

2 participants