Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] ElasticSearch v7.17.3 fails to start on clean install #651

Open
canastro opened this issue Feb 24, 2025 · 1 comment
Open

[Bug] ElasticSearch v7.17.3 fails to start on clean install #651

canastro opened this issue Feb 24, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@canastro
Copy link

What are you really trying to do?

Run temporal in minikube.

Describe the bug

If I install following the readme instructions:

helm install \
    --repo https://go.temporal.io/helm-charts \
    --set server.replicaCount=1 \
    --set cassandra.config.cluster_size=1 \
    --set elasticsearch.replicas=1 \
    --set prometheus.enabled=false \
    --set grafana.enabled=false \
    temporaltest temporal \
    --timeout 15m

ElasticSearch fails to start with the following error:

➜  k8s git:(devops/k8s) ✗ kubectl logs elasticsearch-master-0
Defaulted container "elasticsearch" out of: elasticsearch, configure-sysctl (init)
2025-02-23 22:29:46,051 main ERROR Could not reconfigure JMX java.lang.NullPointerException: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "anyController" is null

Minimal Reproduction

helm install \
    --repo https://go.temporal.io/helm-charts \
    --set server.replicaCount=1 \
    --set cassandra.config.cluster_size=1 \
    --set elasticsearch.replicas=1 \
    --set prometheus.enabled=false \
    --set grafana.enabled=false \
    temporaltest temporal \
    --timeout 15m

Environment/Versions

  • OS and processor: M3 Mac
  • Temporal Version: [e.g. 1.14.0?] and/or SDK version
  • Are you using Docker or Kubernetes or building Temporal from source? Kubernetes, Helm

Additional context

@canastro canastro added the bug Something isn't working label Feb 24, 2025
@localops-root
Copy link

I'm facing this too. On same environment/versions.

Elastic search fails to start.

Values.yaml:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants