You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2021/01/11 18:45:01 UTC

[jira] [Updated] (NIFI-8069) Keep processors invalid while referenced Controller Services are Enabling

     [ https://issues.apache.org/jira/browse/NIFI-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Payne updated NIFI-8069:
-----------------------------
    Fix Version/s: 1.13.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> 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
>             Fix For: 1.13.0
>
>          Time Spent: 20m
>  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)