You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration problems during NiFi startup can result in the NiFi process crashing, for example if no nifi.sensitive.props.key is defined for Cluster nodes.
The Pod is immediately terminated and replaced with a new Pod by NiFiKop, which will quickly fail again. It is very difficult to retrieve the logs/any information as to why the Pod keep crashing.
Describe the solution you'd like to see
A way to suspend the Pod for a set period before it is deleted by NiFiKop, e.g. a setting in the operator that waits for a set time before deleting and re-creating the Pod, to allow for log retrieval
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi @ChrisSamo632, you can use sidecars to tails the logs with a shared volume with the nifi container. So if NiFi crashes, you still have access to the logs. And you can add as much sidecar as you want with each one of the tailing a specific log file. Personnaly, that's what we do.
Nice idea, I guess a problem is that I've redirected logging to STDOUT/STDERR to avoid having log files build up within the Pod/volume, so much of the logging is only available while the Pod's main container is running - these logs are intended to be collected by a central logging process within the cluster, although I've not enabled that yet, which probabl isn't helping me here, but I'm unsure on whether the errors would then be collected in the short time the Pod's online before crashing and being replaced
Is your feature request related to a problem?
Configuration problems during NiFi startup can result in the NiFi process crashing, for example if no
nifi.sensitive.props.key
is defined for Cluster nodes.The Pod is immediately terminated and replaced with a new Pod by NiFiKop, which will quickly fail again. It is very difficult to retrieve the logs/any information as to why the Pod keep crashing.
Describe the solution you'd like to see
A way to suspend the Pod for a set period before it is deleted by NiFiKop, e.g. a setting in the operator that waits for a set time before deleting and re-creating the Pod, to allow for log retrieval
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: