-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ILM] Remove frozen phase #77877
[ILM] Remove frozen phase #77877
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jloleysens, great job on removing Frozen phase (it's a pity it has to go though).
Tested locally, everything works! I searched for frozen
and found following usage still in the code that you might want to check:
/public/extend_index_management/index.js
line 202 has a filter option for frozen phase- snapshots for index management extension
NodeDataRole
type in/common/types/api
hasdata_frozen
@elasticmachine merge upstream |
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
page load bundle size
History
To update your PR or re-run it, just comment with: |
Thanks for the review @yuliacech ! Noted; those entries refer to the "frozen" indices as a result of the "freeze" action. That functionality is for adding a label next to those index names in index management so we want them to stick around. |
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
After elastic/elasticsearch#62403 was merged, this PR removes the corresponding ILM frozen phase UI.
How to test
Additional context