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

Deprecate -querier.ingester-streaming option #4195

Closed
wants to merge 1 commit into from

Conversation

pracucci
Copy link
Contributor

What this PR does:
Cortex -querier.ingester-streaming defaults to true, which means the querier fetches chunks/series from ingesters using gRPC streaming. The option allows to disable it but, as of today, I don't see a good reason why this should be disabled.

In this PR I'm proposing to deprecate the flag and removing it after 2 versions (we announce it in 1.10 and remove in 1.12). Once the flag is removed, we'll be able to delete some code in querier and distributor.

Which issue(s) this PR fixes:
N/A

Checklist

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

@pracucci
Copy link
Contributor Author

#1195 could be a blocker.

@stale
Copy link

stale bot commented Aug 16, 2021

This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 16, 2021
@stale stale bot closed this Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant