OpenSearch/test/framework
Simon Willnauer 6522538033 Add validation for supported index version on node join, restore, upgrade & open index (#21830)
Today we can easily join a cluster that holds an index we don't support since
we currently allow rolling upgrades from 5.x to 6.x. Along the same lines we don't check if we can support an index based on the nodes in the cluster when we open, restore or metadata-upgrade and index. This commit adds
additional safety that fails cluster state validation, open, restore and /or upgrade if there is an open index with an incompatible index version created in the cluster.

Realtes to #21670
2016-12-01 15:40:35 +01:00
..
src Add validation for supported index version on node join, restore, upgrade & open index (#21830) 2016-12-01 15:40:35 +01:00
build.gradle Group client projects under :client 2016-06-22 14:26:41 -04:00