cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 228 forks source link

[cetic/nifi] can't install nifi in GKE Autopilot #316

Closed vpedrota-visiona closed 11 months ago

vpedrota-visiona commented 1 year ago

I am attempting to install Apache NiFi on Google Kubernetes Engine (GKE) using Helm. However, I am facing an issue where NiFi keeps restarting indefinitely. The logs show repeated shutdown commands for NiFi PID [90].

Logs:

2023-10-05 10:02:40.055 BRT
2023-10-05 12:59:05,730 INFO [main] org.apache.nifi.bootstrap.Command Apache NiFi has accepted the Shutdown Command and is shutting down now
2023-10-05 10:02:40.055 BRT
2023-10-05 12:59:05,762 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [90] shutdown in progress...
...
(repeated shutdown in progress messages)
...
2023-10-05 10:02:40.055 BRT
2023-10-05 12:59:21,811 INFO [main] org.apache.nifi.bootstrap.Command NiFi PID [90] shutdown in progress...

Steps to Reproduce:

  1. helm repo add cetic https://cetic.github.io/helm-charts
  2. helm repo update
  3. helm install nifi cetic/nifi

Expected Behavior: NiFi should start and run without continuously restarting.

Actual Behavior: NiFi keeps restarting indefinitely with repeated shutdown commands in the logs.

Any help or insights into this issue would be greatly appreciated. Thank you!


github-actions[bot] commented 11 months ago

This issue is stale because it has not seen recent activity. Remove stale label or comment or this will be closed.