[
https://issues.apache.org/jira/browse/NIFI-8739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406782#comment-17406782
]
ASF subversion and git services commented on NIFI-8739:
-------------------------------------------------------
Commit 59f0b6bac3dd95cef1030ade3ebd2d647a677feb in nifi's branch
refs/heads/main from Hsin-Ying Lee
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=59f0b6b ]
NIFI-8739 Penalized flowfiles should be able to be polled from the queue in
some cases (#5189)
> Penalized flowfiles should be able to be polled from the queue in some cases
> ----------------------------------------------------------------------------
>
> Key: NIFI-8739
> URL: https://issues.apache.org/jira/browse/NIFI-8739
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Hsin-Ying Lee
> Assignee: Hsin-Ying Lee
> Priority: Major
> Fix For: 1.15.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> We have penalize strategy for the FlowFiles to let them not be processed by
> the downstream processor.
> But the interface of the queue `FlowFileQueue` has no APIs for choosing a
> strategy for polling.
> So when we send the penalized FlowFiles to other nodes, we need to wait until
> the FlowFiles are over the penalize time.
> This impact including offloading the node or using load balance in
> connections, it might block the node to offload
--
This message was sent by Atlassian Jira
(v8.3.4#803005)