OpenSearch/x-pack/plugin/ilm/qa
Lee Hinman 37a2e9bac6
[7.x] Allow forcemerge in the hot phase for ILM policies (#520… (#52083)
* Allow forcemerge in the hot phase for ILM policies

This commit changes the `forcemerge` action to also be allowed in the `hot` phase for policies. The
forcemerge will occur after a rollover, and allows users to take advantage of higher disk speeds for
performing the force merge (on a separate node type, for example).

On caveat with this is that a `forcemerge` in the `hot` phase *MUST* be accompanied by a `rollover`
action. ILM validates policies to ensure this is the case.

Resolves #43165

* Use anyMatch instead of findAny in validation

* Make randomTimeseriesLifecyclePolicy single-pass
2020-02-10 08:54:49 -07:00
..
multi-cluster [7.x] Stop policy on last PhaseCompleteStep instead of Termina… (#51758) 2020-01-31 10:36:41 -07:00
multi-node [7.x] Adding best_compression (#49974) (763480ee) (#51819) 2020-02-04 14:15:43 -07:00
rest [7.x] Allow forcemerge in the hot phase for ILM policies (#520… (#52083) 2020-02-10 08:54:49 -07:00
with-security Reenable testWhenUserLimitedByOnlyAliasOfIndexCanWriteToIndexWhichWasRolledoverByILMPolicy (#51768) (#51801) 2020-02-03 11:54:00 +00:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00