[
https://issues.apache.org/jira/browse/NIFI-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709499#comment-16709499
]
ASF GitHub Bot commented on NIFI-5863:
--------------------------------------
Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/3199
Example log output:
```
2018-12-05 10:22:57,822 DEBUG [List FlowFiles for Connection
7bf5b85d-0167-1000-0fd3-42a798bbbb72] o.a.n.c.queue.AbstractFlowFileQueue
org.apache.nifi.controller.queue.AbstractFlowFileQueue$1@4e4dd5ce Finished
listing FlowFiles for active queue with a total of 100 results out of 1000
FlowFiles
```
> Invalid logging in AbstractFlowFileQueue.java
> ---------------------------------------------
>
> Key: NIFI-5863
> URL: https://issues.apache.org/jira/browse/NIFI-5863
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.8.0
> Reporter: Truong Duc Kien
> Assignee: Koji Kawamura
> Priority: Minor
>
> The variable \{{resultCount}} is never updated, so the logging message always
> report 0 results.
> https://github.com/apache/nifi/blob/234ddb0fe1a36ad947c340114058d82c777d791f/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/queue/AbstractFlowFileQueue.java#L219
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)