Conversation
This adds a frozen phase to ILM that will allow the execution of the set_priority, unfollow, allocate, freeze and searchable_snapshot actions. The frozen phase will be executed after the cold and before the delete phase.
|
Pinging @elastic/es-core-features (:Core/Features/ILM+SLM) |
|
Can you add an integration test for this also? Just something that makes sure the parsing and all that for |
@dakrone I've added a frozen phase to the full policy we use in integration tests (so an allocation action will be executed in the frozen phase in a few integration tests already) https://github.com/elastic/elasticsearch/pull/60983/files#diff-10033c7c446c648bcb131cf7ad168cbdR170 Do you think we need to add more phase based testing? |
|
@andreidan for some reason I was thinking that was transport based rather than REST based, so nevermind on that! |
dakrone
left a comment
There was a problem hiding this comment.
LGTM, I'm glad this was smaller than I thought it was going to be!
This adds a frozen phase to ILM that will allow the execution of the set_priority, unfollow, allocate, freeze and searchable_snapshot actions. The frozen phase will be executed after the cold and before the delete phase. (cherry picked from commit 6d01480) Signed-off-by: Andrei Dan <andrei.dan@elastic.co>
This adds a frozen phase to ILM that will allow the execution of the set_priority, unfollow, allocate, freeze and searchable_snapshot actions. The frozen phase will be executed after the cold and before the delete phase. (cherry picked from commit 6d01480) Signed-off-by: Andrei Dan <andrei.dan@elastic.co>
With the differentiation between searchable snapshots on the cold phase and searchable snapshots on the frozen phase not implemented, there is no need to have a separate phase/tier for now. This commit removes the frozen phase and tier, which can be added back at a later time. (this tier was never in a released version, so this is not a breaking change) Relates to elastic#60983 Relates to elastic#60994 Relates to elastic#60848
With the differentiation between searchable snapshots on the cold phase and searchable snapshots on the frozen phase not implemented, there is no need to have a separate phase/tier for now. This commit removes the frozen phase and tier, which can be added back at a later time. (this tier was never in a released version, so this is not a breaking change) Relates to #60983 Relates to #60994 Relates to #60848
With the differentiation between searchable snapshots on the cold phase and searchable snapshots on the frozen phase not implemented, there is no need to have a separate phase/tier for now. This commit removes the frozen phase and tier, which can be added back at a later time. (this tier was never in a released version, so this is not a breaking change) Relates to elastic#60983 Relates to elastic#60994 Relates to elastic#60848
This adds a frozen phase to ILM that will allow the execution of the
set_priority, unfollow, allocate, freeze and searchable_snapshot actions.
The frozen phase will be executed after the cold and before the delete phase.
Relates to #60848