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

Joseph Witt commented on NIFI-1442:
-----------------------------------

ToivoAdams <[email protected]>
1:24 PM (19 hours ago)

to apache/nifi 
NodeBulletinProcessingStrategy keep max 5 now and test

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/nifi/pull/306

Commit Summary

nifi-1442 Strategy should not hold more than 5 Bulletins in memory
File Changes

M 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/events/NodeBulletinProcessingStrategy.java
 (15)
A 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/events/TestNodeBulletinProcessingStrategy.java
 (32)
Patch Links:

https://github.com/apache/nifi/pull/306.patch
https://github.com/apache/nifi/pull/306.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

> When clustered, nodes hold onto and send back too many bulletins
> ----------------------------------------------------------------
>
>                 Key: NIFI-1442
>                 URL: https://issues.apache.org/jira/browse/NIFI-1442
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Toivo Adams
>             Fix For: 0.7.0
>
>         Attachments: 
> 0001-NIFI-1442-Use-CircularFifoQueue-instead-of-Set-to-st.patch
>
>
> The NodeBulletinProcessingStrategy will cache all bulletins for all 
> components for some amount of time. However, since only the 5 most recent 
> bulletins for each component will be displayed to the user, the strategy 
> should not hold more than 5 of them in memory.



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

Reply via email to