[
https://issues.apache.org/jira/browse/NIFI-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014185#comment-16014185
]
ASF subversion and git services commented on NIFI-3923:
-------------------------------------------------------
Commit 9198bee0382be60b90191369d8fcc99deebcb2b9 in nifi's branch
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=9198bee ]
NIFI-3923: Only start processors after repositories have been initialized. This
closes #1817
> When clustered, nodes can start processors before repositories have finished
> initializing
> -----------------------------------------------------------------------------------------
>
> Key: NIFI-3923
> URL: https://issues.apache.org/jira/browse/NIFI-3923
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
>
> When a node starts up, if configured to be part of a cluster, the
> StandardFlowSynchronizer starts/stops processors by calling
> ProcessGroup.startProcessor and ProcessGroup.stopProcessor instead of going
> through the FlowController. This can result in a Processor being started
> before the Provenance/FlowFile/Content Repositories are fully initialized. We
> should only be starting or stopping Processors through the FlowController.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)