OpenSearch/test/framework
Simon Willnauer 42f3129d7b Allow plugins to validate cluster-state on join (#26595)
Today we don't have a pluggable way to validate if the cluster state
is compatible with the node that joins. We already apply some checks for index
compatibility that prevents nodes to join a cluster with indices it doesn't support
but for plugins this isn't possible. This change adds a cluster state validator that
allows plugins to prevent a join if the cluster-state is incompatible.
2017-09-12 15:32:33 +02:00
..
src Allow plugins to validate cluster-state on join (#26595) 2017-09-12 15:32:33 +02:00
build.gradle Add links to external classes in clients javadoc (#25998) 2017-08-17 21:03:47 +02:00