You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/04/04 19:33:25 UTC

[jira] [Commented] (NIFI-1442) When clustered, nodes hold onto and send back too many bulletins

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

ASF subversion and git services commented on NIFI-1442:
-------------------------------------------------------

Commit 139199da9dc35e59e40226a3b926aba6fca0bb46 in nifi's branch refs/heads/support/nifi-0.6.x from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=139199d ]

NIFI-1442: This closes #306. Use CircularFifoQueue instead of Set to store nodes' bulletins
Joint effort by Toivo Adams from PR306 and and Mark Payne

Signed-off-by: joewitt <jo...@apache.org>


> 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, 0.6.1
>
>         Attachments: 0001-NIFI-1442-Use-CircularFifoQueue-instead-of-Set-to-st.patch, 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)