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...
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:
Steps to Reproduce:
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!