[ 
https://issues.apache.org/jira/browse/NIFI-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15192427#comment-15192427
 ] 

ASF subversion and git services commented on NIFI-990:
------------------------------------------------------

Commit 0cb4047adde5f82a1554fa13431909c5e5eb4f25 in nifi's branch 
refs/heads/master from [~boardm26]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=0cb4047 ]

NIFI-627 removed flowfile penalization which could skew behavior when 
processor's Time Duration was less than Penalty Duration, improved over 
throttle penalization NIFI-990 corrected failure path NIFI-1329 refactored 
using FlowFileFilter to avoid repeatedly returning flowfiles to the input 
queue, producing misleading stats and excessive Tasks/Time used

Signed-off-by: joewitt <joew...@apache.org>


> ControlRate processor is missing failure relationship
> -----------------------------------------------------
>
>                 Key: NIFI-990
>                 URL: https://issues.apache.org/jira/browse/NIFI-990
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 0.3.0
>            Reporter: Michael Moser
>            Assignee: Michael Moser
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.6.0
>
>
> The "Rate Control Attribute" property description says "The value of the 
> attribute referenced by this property must be a positive long, or the 
> FlowFile will be routed to failure".  The "success" relationship description 
> says "All FlowFiles are transferred to this relationship".  Which is correct?
> The code does try to transfer to a "failure" relationship, which is missing 
> from the getRelationships() Set.  So when the condition happens, the session 
> rolls back with an error that the "failure" relationship doesn't exist.
> Add the "failure" relationship and fix the "success" relationship description.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to