OpenSearch/buildSrc
Simon Willnauer e91245e25f Use a seed node to form multi-node cluster in integ tests
Today we use hardcoded ports to form a cluster in the mulit-node case.
The hardcoded URIs are passed to the unicast host list which is error prone and
might cause problems if those ports are exhausted etc. This commit moves to a
less error prone way of forming the cluster where all nodes are started with port `0`
and all but the first node wait for the first node to write it's ports file to form a
cluster. This seed node is enough to form a cluster.
2016-03-11 19:20:37 +01:00
..
src/main Use a seed node to form multi-node cluster in integ tests 2016-03-11 19:20:37 +01:00
build.gradle Apply feedback from @rjernst 2016-02-20 17:12:48 -08:00
version.properties upgrade to lucene 6.0.0-snapshot-bea235f 2016-03-07 04:12:23 -05:00