[7.x] Restrict ILM frozen phase to searchable snapshot actions only (#70158)#70170
Merged
dakrone merged 2 commits intoelastic:7.xfrom Mar 9, 2021
Merged
[7.x] Restrict ILM frozen phase to searchable snapshot actions only (#70158)#70170dakrone merged 2 commits intoelastic:7.xfrom
dakrone merged 2 commits intoelastic:7.xfrom
Conversation
…c#70158) This commit changes the frozen phase within ILM in the following ways: - The `searchable_snapshot` action now no longer takes a `storage` parameter. The storage type is determined by the phase within which it is invoked (shared cache for frozen and full copy for everything else). - The frozen phase in ILM now no longer allows *any* actions other than `searchable_snapshot` - If a frozen phase is provided, it *must* include a `searchable_snapshot` action. These changes may seem breaking, but since they are intended to go back to 7.12 which has not been released yet, they are not truly breaking changes.
Collaborator
|
Pinging @elastic/es-core-features (Team:Core/Features) |
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this pull request
Mar 9, 2021
With elastic#70158 (master), elastic#70170 (7.x), and elastic#70171 (7.12) merged, we can now re-enable backwards compatibilty tests on master and 7.x.
The action was recently removed from the list of acceptable actions (elastic#70158), the test shouldn't use it any more.
dakrone
added a commit
that referenced
this pull request
Mar 9, 2021
dakrone
added a commit
to dakrone/elasticsearch
that referenced
this pull request
Mar 9, 2021
…ic#70179) With elastic#70158 (master), elastic#70170 (7.x), and elastic#70171 (7.12) merged, we can now re-enable backwards compatibilty tests on master and 7.x.
dakrone
added a commit
that referenced
this pull request
Mar 10, 2021
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.
Backports the following commits to 7.x: