[ILM] Remove frozen phase#77877
Merged
jloleysens merged 2 commits intoelastic:masterfrom Sep 21, 2020
Merged
Conversation
Contributor
|
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
yuliacech
approved these changes
Sep 18, 2020
Contributor
yuliacech
left a comment
There was a problem hiding this comment.
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.jsline 202 has a filter option for frozen phase- snapshots for index management extension
NodeDataRoletype in/common/types/apihasdata_frozen
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
💚 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: |
Contributor
Author
|
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. |
jloleysens
added a commit
to jloleysens/kibana
that referenced
this pull request
Sep 21, 2020
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
jloleysens
added a commit
that referenced
this pull request
Sep 21, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
After elastic/elasticsearch#62403 was merged, this PR removes the corresponding ILM frozen phase UI.
How to test
Additional context