Skip to content

Remove support for chunks ingestion #4679

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

Closed
wants to merge 1 commit into from

Conversation

aughr
Copy link
Contributor

@aughr aughr commented Mar 21, 2022

What this PR does:

This removes support for chunks storage in the ingesters and defaults the engine storage to blocks. Chunks storage is now only supported as a secondary store in the queriers.

This also removes parts of chunk storage that were only accessible when run as the primary storage engine, notably the chunks series deletion purger. However, because we expect series deletion to come back in the future, e.g. via #4370 and beyond, this leaves the query-side tombstone stubs in place.

We discussed removing chunks storage in the last Americas-time community meeting in order to make it easier to maintain and improve Cortex. Based on some lightweight community polls in Slack and email, almost everyone has migrated to blocks storage, so I believe it is safe for us to start removing support for chunks storage entirely. The next step after this will be to remove support for querying chunks storage entirely, which we will likely want to put in a separate release from removing support in ingestion.

Checklist

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

@aughr aughr force-pushed the no_chunks_ingestion branch 4 times, most recently from 8dd0faf to daf12a2 Compare March 22, 2022 18:06
@aughr aughr force-pushed the no_chunks_ingestion branch 2 times, most recently from e8a2ef3 to bd3bfea Compare April 6, 2022 21:29
Signed-off-by: Andrew Bloomgarden <[email protected]>
@aughr aughr force-pushed the no_chunks_ingestion branch from bd3bfea to eade2a6 Compare April 8, 2022 03:55
@stale
Copy link

stale bot commented Jul 10, 2022

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.

@alanprot
Copy link
Member

Closed by #4812

@alanprot alanprot closed this Aug 11, 2022
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.

2 participants