opensearch-project/OpenSearch

[BUG] Bootstrapping nodes fails sometimes: give clear errors

Open

#967 geöffnet am 15. Juli 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Java (1.505 Forks)batch import
enhancementgood first issuehacktoberfest

Repository-Metriken

Stars
 (8.123 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 9h) (266 gemergte PRs in 30 T)

Beschreibung

Describe the bug I'm trying to build a cluster on kubernetes. Yesterday it worked like a charm, cluster spun up with 3 masters and 2 data nodes. Redeployed the cluster and it fails:

image

Bootstrap fails, but on what is unclear to me? Found some guides, but I seem to be ok on the values presented there (except for the memlock which is a problem on k8s, can't be set runtime: circumvented that by bootstrap.memory_lock = false). Apparently checks are done, but which specific check fails is unclear to me.

Expected behavior Give a good reason why it doesn't bootstrap

Plugins default docker image - first boot.

Screenshots If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information): Kubernetes cluster, based on standard opensearch 1.0.0 docker container

Additional context Add any other context about the problem here.

Contributor Guide