[
https://issues.apache.org/jira/browse/NIFI-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262858#comment-17262858
]
ASF subversion and git services commented on NIFI-8069:
-------------------------------------------------------
Commit 5f7558cecf4580106e6c14e6f565974b4abc2140 in nifi's branch
refs/heads/main from exceptionfactory
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5f7558c ]
NIFI-8069 Set invalid status when Controller Services are enabling
This closes #4710.
Signed-off-by: Mark Payne <[email protected]>
> Keep processors invalid while referenced Controller Services are Enabling
> -------------------------------------------------------------------------
>
> Key: NIFI-8069
> URL: https://issues.apache.org/jira/browse/NIFI-8069
> Project: Apache NiFi
> Issue Type: Improvement
> Affects Versions: 1.12.1
> Reporter: Matt Burgess
> Assignee: David Handermann
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Historically, we have allowed processors to be marked as valid while any
> referenced Controller Services are enabling. This was to avoid a race
> condition where the processor was being validated while its controller
> services were still enabling at startup, which would cause the processor to
> be stopped even after the CS enabled. However this means a processor can be
> started and will immediately fail at runtime (not at validation time) if the
> CS has not finished enabling.
> Since then there have been improvements to the startup sequence. Now, if you
> start an invalid processor, the processor still knows that it's meant to be
> running and as soon as it becomes valid, it will start. This Jira proposes to
> mark a processor invalid if the CS is enabling.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)