[
https://issues.apache.org/jira/browse/NIFI-15479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18053052#comment-18053052
]
ASF subversion and git services commented on NIFI-15479:
--------------------------------------------------------
Commit 0734e6a05a8820405bfd10d6e618f0064d0e5f3c in nifi's branch
refs/heads/main from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0734e6a05a ]
NIFI-15478 - Restart components affected by synchronized assets (#10779)
NIFI-15479 - Ensure that invalid ControllerServices don't call OnEnabled
> Invalid ControllerService invokes OnEnabled
> -------------------------------------------
>
> Key: NIFI-15479
> URL: https://issues.apache.org/jira/browse/NIFI-15479
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 2.7.0, 2.7.1, 2.7.2
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
>
> When a ControllerService is enabled it now performs validation first, but in
> the case it is not valid it still continues to try and enabled and calls
> OnEnabled. This can be seen if you have DBCPConnectionPool referencing a
> driver jar that does not exist, when the service is enabled it will log that
> it is invalid due to the missing resource, but then also try to enable it and
> show a ClassNotFoundException.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)