Arpad Boda created MINIFICPP-1460:
-------------------------------------
Summary: ProcessSession should penalise flowfiles on rollback
Key: MINIFICPP-1460
URL: https://issues.apache.org/jira/browse/MINIFICPP-1460
Project: Apache NiFi MiNiFi C++
Issue Type: New Feature
Affects Versions: 0.7.0
Reporter: Arpad Boda
Assignee: Arpad Boda
Fix For: 0.9.0
In case exception occurs during procession of a flowfile, rollback puts it back
to the original connection. The next trigger of the processor is going to pick
the same flowfile again, driving the system to an endless retry loop if the
issue is not transient.
To avoid this, flowfiles affected in a rollback should be penalised, so the
processor gains some time to work on the rest of the data in the queue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)