Skip to content

Conversation

@andreidan
Copy link
Contributor

This introduces a new ILM step, the check-ts-end-time-passed step that'll wait for the index.time_series.end_time to lapse for TS indices before allowing ILM to proceed with the execution of the following actions: * downsample * forcemerge * readonly * searchable_snapshot * shrink

TSDS indices are allowed to receive writes until the configured index.time_series.end_time time passes. This makes sure ILM doesn't block these indices from accepting writes prematurely.

NOTE: documentation is added in a subsequent PR

Fixes #99696

(cherry picked from commit 8bf8fc1)

Backport of #100179

This introduces a new ILM step, the `check-ts-end-time-passed` step
that'll wait for the `index.time_series.end_time` to lapse for TS
indices before allowing ILM to proceed with the execution of the
following actions: * downsample * forcemerge * readonly *
searchable_snapshot * shrink

TSDS indices are allowed to receive writes until the configured
`index.time_series.end_time` time passes. This makes sure ILM doesn't
block these indices from accepting writes prematurely.

NOTE: documentation is added in a subsequent PR

Fixes elastic#99696

(cherry picked from commit 8bf8fc1)
Signed-off-by: Andrei Dan <andrei.dan@elastic.co>
@andreidan andreidan added :Data Management/ILM+SLM Index and Snapshot lifecycle management backport v8.10.3 labels Oct 3, 2023
@andreidan andreidan merged commit a121f61 into elastic:8.10 Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Data Management/ILM+SLM Index and Snapshot lifecycle management v8.10.3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant