OpenSearch/qa/rolling-upgrade
Andrei Dan bd188f4a21
[7.x] ILM: add support for rolling over data streams (#57295) (#57515)
As the datastream information is stored in the `ClusterState.Metadata` we exposed
the `Metadata` to the `AsyncWaitStep#evaluateCondition` method in order for
the steps to be able to identify when a managed index is part of a DataStream.

If a managed index is part of a DataStream the rollover target is the DataStream
name and the highest generation index is the write index (ie. the rolled index).

(cherry picked from commit 6b410dfb78f3676fce1b7401f1628c1ca6fbd45a)
Signed-off-by: Andrei Dan <andrei.dan@elastic.co>
2020-06-02 11:55:23 +01:00
..
src/test [7.x] ILM: add support for rolling over data streams (#57295) (#57515) 2020-06-02 11:55:23 +01:00
build.gradle Move bwcVersions extension property to BuildParams (back port) (#56381) 2020-05-11 09:39:13 +02:00