Use a dedicated cluster name for GeoDistanceSearchBenchmark (like we do for other benchmarks).
This commit is contained in:
parent
ebf6519965
commit
794a927c43
|
@ -41,7 +41,7 @@ public class GeoDistanceSearchBenchmark {
|
|||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
Node node = NodeBuilder.nodeBuilder().node();
|
||||
Node node = NodeBuilder.nodeBuilder().clusterName(GeoDistanceSearchBenchmark.class.getSimpleName()).node();
|
||||
Client client = node.client();
|
||||
|
||||
ClusterHealthResponse clusterHealthResponse = client.admin().cluster().prepareHealth().setWaitForGreenStatus().execute().actionGet();
|
||||
|
|
Loading…
Reference in New Issue