From 0dbf9b64c3a097b228bf13525380becd015b1487 Mon Sep 17 00:00:00 2001 From: Radu Gheorghe Date: Wed, 30 Oct 2024 13:34:44 +0200 Subject: [PATCH] Set number_of_replicas to 0 We effectively have 0 replicas during the performance test because we have one node. The replica will be unassigned. I'm changing this for visibility - so the configured setting will be the same as the effective setting. --- .../ecommerce_hybrid_search/app_es/index-settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/ecommerce_hybrid_search/app_es/index-settings.json b/tests/performance/ecommerce_hybrid_search/app_es/index-settings.json index 8dafeeceb..63ca7a0c8 100644 --- a/tests/performance/ecommerce_hybrid_search/app_es/index-settings.json +++ b/tests/performance/ecommerce_hybrid_search/app_es/index-settings.json @@ -1,7 +1,7 @@ { "settings": { "number_of_shards": 1, - "number_of_replicas": 1, + "number_of_replicas": 0, "analysis": { "analyzer": { "lowercase_normalize_stem": {