mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
cluster, we wait for the cluster health to indicate the necessary nodes have formed a cluster. This check was an exact value (equality) check. However, if we are trying to connect the nodes in the cluster to nodes from a previously formed cluster (of the same name), then we will have more nodes returned by the cluster health check than the current task's configured number of nodes. Hence, this check needs to be a >= check. This commit fixes it.