Skip to content

Conversation

@PeteGillinElastic
Copy link
Member

@PeteGillinElastic PeteGillinElastic commented Jan 14, 2025

This won't be supported in 9.0. In 8.18+ we report a CRITICAL deprecation warning telling users to unfreeze any frozen indices (see #119879).

This won't be supported in 9.0. In 8.18+ we report a `CRITICAL` deprecation warning telling users to unfreeze any frozen indices (see elastic#119879).
@PeteGillinElastic PeteGillinElastic force-pushed the frozen-indices-unregister-engine branch from 312499f to c300f63 Compare January 14, 2025 17:13
@PeteGillinElastic PeteGillinElastic added >breaking :Data Management/Indices APIs APIs to create and manage indices and templates labels Jan 14, 2025
@elasticsearchmachine
Copy link
Collaborator

Hi @PeteGillinElastic, I've created a changelog YAML for you. Note that since this PR is labelled >breaking, you need to update the changelog YAML to fill out the extended information sections.

@PeteGillinElastic PeteGillinElastic changed the title Unregister FrozenEngine in plugin Remove the ability to read frozen indices Jan 14, 2025
@PeteGillinElastic PeteGillinElastic marked this pull request as ready for review January 14, 2025 19:23
@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label Jan 14, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

Copy link
Member

@dakrone dakrone left a comment

Choose a reason for hiding this comment

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

LGTM

@PeteGillinElastic PeteGillinElastic merged commit 50c3b25 into elastic:main Jan 22, 2025
16 checks passed
@PeteGillinElastic PeteGillinElastic deleted the frozen-indices-unregister-engine branch January 22, 2025 11:21
@leemthompo
Copy link
Contributor

@PeteGillinElastic is this PR relevant to the serverless changelog? [FYI this question is based on 9.0 breaking changes]

@PeteGillinElastic
Copy link
Member Author

@PeteGillinElastic is this PR relevant to the serverless changelog? [FYI this question is based on 9.0 breaking changes]

No, frozen indices were never a thing in serverless.

@alexandrospatestos
Copy link

alexandrospatestos commented Jun 4, 2025

@PeteGillinElastic does this affect snapshots of indices mounted on frozen tier as well? Is frozen tier still usable in version 9? If snapshots are still usable what is the difference between this and "frozen indices"?
Edit: I guess this answers my question: https://discuss.elastic.co/t/frozen-indices-deprecation/286288 so snapshots are still working as expected in the frozen tier.

@PeteGillinElastic
Copy link
Member Author

Sorry, only just saw this. Yeah, for the avoidance of doubt, this is nothing to do with the frozen tier, which is still a supported feature that we recommend using where appropriate.

Older versions of ES had an unrelated feature with an unfortunately similar name, frozen indices. This PR is about removal some remnants of that feature.

@PeteGillinElastic
Copy link
Member Author

(In case you're curious: The old 'frozen indices' feature was about reducing the memory usage for rarely-used indices. It was removed because it stopped providing significant benefit due to other improvements in ES.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>breaking :Data Management/Indices APIs APIs to create and manage indices and templates Team:Data Management Meta label for data/management team v9.0.0

5 participants