Dear Sirs, I have the following problem with my nifi cluster, it takes a long time to run a flow and when it does it presents the following error:
Failed to properly initialize Processor. If still scheduled to run,
NiFi will attempt to initialize and run the Processor again after the 'Administrative Yield Duration' has elapsed.
Failure is due to org.apache.nifi.processor.exception.TerminatedTaskException: org.apache.nifi.processor.exception.TerminatedTaskException
Nifi version: 1.11.4
Zookeeper: external, apache-zookeeper-3.6.3
I performed the following actions seen in this previous post:
https://community.cloudera.com/t5/Support-Questions/Apache-Nifi-ListSFTP-Processor-Failed-to-properl...
My state-managemnet.
<cluster-provider>
<id>zk-provider</id>
<class>org.apache.nifi.controller.state.providers.zookeeper.ZooKeeperStateProvider</class>
<property name="Connect String">node-1:2181,node-2:2181,node-3:2181</property>
<property name="Root Node">/nifi</property>
<property name="Session Timeout">10 seconds</property>
<property name="Access Control">Open</property>
</cluster-provider>
and the zookeeper properties with the following:
server.1=node-1:2888:3888;2181
server.2=node-2:2888:3888 ;2181
server.3=node-3:2888:3888;2181
Please I need support, I waste a lot of time testing and implementing flows because of this problem