[
https://issues.apache.org/jira/browse/NIFI-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17985089#comment-17985089
]
ASF subversion and git services commented on NIFI-14673:
--------------------------------------------------------
Commit aa28fce7e8313df250161c0c0566caa5cf42911c in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=aa28fce7e8 ]
NIFI-14673: Do not add an observer to the LogRepository when ProcessorNode is
created for Stateless if one has already been registered
Signed-off-by: Pierre Villard <[email protected]>
This closes #10036.
> When using Stateless Execution Engine, each start/stop causes duplication of
> bulletins
> ---------------------------------------------------------------------------------------
>
> Key: NIFI-14673
> URL: https://issues.apache.org/jira/browse/NIFI-14673
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
>
> When using a Process Group configured with a Stateless Execution Engine, each
> time that you stop/start the Process Group, we appear to increase the number
> of bulletins per log message by 1.
> For example, create a flow with a GenerateFlowFile -> LogMessage and
> configure for Stateless Execution Engine. Set Bulletin Level on LogMessage to
> INFO.
> Run the stateless flow, and the message will be logged once.
> Stop it and run again. Now, for each FlowFile, there will be 2 bulletins.
> Stop and run again. Now, for each FlowFile, there will be 3 bulletins, and so
> on.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)