Skip to content

Conversation

pstibrany
Copy link
Contributor

What this PR does: This PR fixes initialization order of Cortex internal module services. Recently introduced "queryable" (internal) module broke initialization of "querier", because "queryable" doesn't have any service that "querier" could wait for. But "querier" should really wait for all services that "queryable" depends on. This PR does that.

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

Checklist

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

Signed-off-by: Peter Štibraný <[email protected]>
Copy link
Contributor

@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.

Well done spotting it!

Signed-off-by: Peter Štibraný <[email protected]>
Signed-off-by: Peter Štibraný <[email protected]>
@pstibrany pstibrany merged commit 5fa5cb3 into cortexproject:master Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Module initialization order seems to be wrong for querier

2 participants