[
https://issues.apache.org/jira/browse/NIFI-4379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16166363#comment-16166363
]
ASF subversion and git services commented on NIFI-4379:
-------------------------------------------------------
Commit e01d59a462e3047ccd8bbfdc608631bfd90db533 in nifi's branch
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=e01d59a ]
NIFI-4379: Event-Driven threads are constantly active, polling a queue to see
if there is any work to do. Instead of getting number of active threads from
the ScheduledExecutor for these threads, updated code to use an AtomicInteger
that is incremented when there's work to do and decremented once complete
Signed-off-by: Pierre Villard <[email protected]>
This closes #2153.
> Number of Active Threads shown in UI is wrong
> ---------------------------------------------
>
> Key: NIFI-4379
> URL: https://issues.apache.org/jira/browse/NIFI-4379
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 1.4.0
>
>
> When I start a new instance of nifi, with no processors, I still see that the
> number of Active Threads shown in the top-level corner is 5. It appears that
> this is equal to the maximum number of threads allowed in the Event-Driven
> Thread Pool, because if I increase that to 10, the number of Active Threads
> shown also increases to 10.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)