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 2018/11/15 16:45:00 UTC

[jira] [Updated] (NIFI-5822) ControllerServices not available during @OnScheduled

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

Mark Payne updated NIFI-5822:
-----------------------------
    Fix Version/s: 1.9.0

> ControllerServices not available during @OnScheduled
> ----------------------------------------------------
>
>                 Key: NIFI-5822
>                 URL: https://issues.apache.org/jira/browse/NIFI-5822
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Peter Wicks
>            Priority: Blocker
>             Fix For: 1.9.0
>
>
> If a processor tries to load a ControllerService during `@OnScheduled`, then `context.getControllerService` contains a null reference to `controllerServiceProvider`. I traced this back to `StandardProcessScheduler.startProcessor`, and the reference to `controllerServiceProvider` is also `null` here. `ExecuteSQL` acquires it's connection during `@OnScheduled`.
> But once we reach `onTrigger`, everything is fine and you can retrieve a controller service without issue



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)