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

Rename "ring" to "ingester ring" #6762

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Rename "ring" to "ingester ring" #6762

merged 1 commit into from
Nov 28, 2023

Conversation

pstibrany
Copy link
Member

What this PR does

This is small internal refactoring that renames field, init method and module name from "ring" to "ingester ring", since we now have many other rings too.

Which issue(s) this PR fixes or relates to

Fixes comment #6718 (comment).

Checklist

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

- field in `pkg/mimir/Mimir`
- init method
- module name

Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
Copy link
Contributor

@ying-jeanne ying-jeanne left a comment

Choose a reason for hiding this comment

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

LGTM, as soon as the test passes.

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.

Thanks Peter!

@@ -67,7 +67,7 @@ const (
ActivityTracker string = "activity-tracker"
API string = "api"
SanityCheck string = "sanity-check"
Ring string = "ring"
IngesterRing string = "ingester-ring"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Note to reviewers: I think this is not a breaking change because the module is configured as modules.UserInvisibleModule.

@pstibrany pstibrany merged commit 1a8516d into main Nov 28, 2023
28 checks passed
@pstibrany pstibrany deleted the ingester-ring branch November 28, 2023 15:14
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.

None yet

3 participants