change cluster target health to yellow
This commit is contained in:
parent
c61fbe9789
commit
a6d18aa7fa
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ public enum Parameters {
|
|||
|
||||
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"),
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
group = org.xbib
|
||||
name = elx
|
||||
version = 7.10.2.40
|
||||
version = 7.10.2.41
|
||||
|
|
Loading…
Reference in a new issue