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

pkg/querier: don't query all ingesters #1473

Merged
merged 1 commit into from
Jan 6, 2020

Conversation

rfratto
Copy link
Member

@rfratto rfratto commented Jan 6, 2020

This commit uses replicationSet.Do for communicating with the ingesters from the queriers. This mimicks the behavior of Cortex. An extra_query_delay flag has been added to match the flag present in Cortex's querier config.

Fixes #1447.

This commit uses replicationSet.Do for communicating with the ingesters
from the queriers. This mimicks the behavior of Cortex. An
extra_query_delay flag has been added to match the flag present in
Cortex's querier config.

Fixes grafana#1447.
Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

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

LGTM

@rfratto rfratto merged commit 52931a1 into grafana:master Jan 6, 2020
@rfratto rfratto deleted the query-quroum-ingesters branch January 6, 2020 21:26
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.

Don't query all ingesters
2 participants