[
https://issues.apache.org/jira/browse/NIFI-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944864#comment-16944864
]
Adam Taft commented on NIFI-6202:
---------------------------------
Somewhat related is NIFI-6394, which implies the ability to view more than 100
files in the queue as well.
The core of the 100 limit is hard coded here:
[https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/dao/impl/StandardConnectionDAO.java#L361]
This value could possible stand to be exposed as a parameter to the REST API,
with the default being 100, but allowing the web UI to offer a "show all
flowfiles" option in that view.
> NiFI flow states one file struck in process and not getting cleared
> --------------------------------------------------------------------
>
> Key: NIFI-6202
> URL: https://issues.apache.org/jira/browse/NIFI-6202
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Affects Versions: 1.8.0
> Reporter: sayee
> Priority: Blocker
> Attachments: defect image.PNG
>
>
> Processing large files through NiFi:
> 1. Running a large number of data files through NiFi processor causes 1 file
> struck in Q and not getting cleared.
> 2. only way to clean is delete flow files from repository
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)