From 068de487b28a172923f15f9139d20170a92fcadc Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Sat, 15 Feb 2020 16:32:58 +0100 Subject: [PATCH] DATAES-741 - Tests fail due to Elasticsearch cluster 'blocks' on nearly-full file-systems. --- src/test/resources/node-client-configuration.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/resources/node-client-configuration.yml b/src/test/resources/node-client-configuration.yml index 22807744d..12eced92b 100644 --- a/src/test/resources/node-client-configuration.yml +++ b/src/test/resources/node-client-configuration.yml @@ -1,3 +1,6 @@ #enabled scripts - this require groovy #script.inline: true -#node.max_local_storage_nodes: 100 \ No newline at end of file +#node.max_local_storage_nodes: 100 +cluster.routing.allocation.disk.watermark.low: 1gb +cluster.routing.allocation.disk.watermark.high: 1gb +cluster.routing.allocation.disk.watermark.flood_stage: 1gb