Hi Luby, If you are using a cluster based setup then Nifi is unstable due to nodes getting disconnected by the cluster cordinator. Cluster coordinator disconnects nodes from the cluster when the nodes take a little longer to respond ( beyond timeout) . The cluster coordinator timeout based on the settings in the nifi.properties file.
We need to adjust the following properties *nifi.cluster.node.connection.timeout * = 5 sec ( by default ) *nifi.cluster.node.read.timeout *= 5 sec ( by default) By Increasing the timeout ,from 5 sec to higher value would probably solve a problem Thanks, Nadeem -- Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/
