[
https://issues.apache.org/jira/browse/NIFI-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269605#comment-15269605
]
Oleg Zhurakousky commented on NIFI-53:
--------------------------------------
I am going to take a pass at this. I really don't like that most of our
processors have the following
{code}
FloeFile flowFile = session.get();
if (flowFile == null) {
return;
}
{code}
It seems very wrong.
> Framework should not trigger components to run if input queue has only
> penalized FlowFiles
> ------------------------------------------------------------------------------------------
>
> Key: NIFI-53
> URL: https://issues.apache.org/jira/browse/NIFI-53
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Joseph Witt
> Assignee: Oleg Zhurakousky
> Fix For: 1.0.0, 0.7.0
>
>
> Framework should avoid calling on trigger in the event all items in the input
> queue are penalized (this is for those cases when checking 'do you have data
> to process')
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)