change cluster target health to yellow

This commit is contained in:
Jörg Prante 2024-04-30 10:49:17 +02:00
parent c61fbe9789
commit a6d18aa7fa
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,8 @@ public enum Parameters {
PORT("port", Integer.class, 9300), PORT("port", Integer.class, 9300),
CLUSTER_TARGET_HEALTH("cluster.target_health", String.class, "GREEN"), // yellow and not green, because there may be parallel indexing
CLUSTER_TARGET_HEALTH("cluster.target_health", String.class, "YELLOW"),
CLUSTER_TARGET_HEALTH_TIMEOUT("cluster.target_health_timeout", String.class, "30m"), CLUSTER_TARGET_HEALTH_TIMEOUT("cluster.target_health_timeout", String.class, "30m"),

View file

@ -1,3 +1,3 @@
group = org.xbib group = org.xbib
name = elx name = elx
version = 7.10.2.40 version = 7.10.2.41