[
https://issues.apache.org/jira/browse/NIFI-11310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess updated NIFI-11310:
--------------------------------
Fix Version/s: 2.0.0
1.21.0
(was: 1.latest)
(was: 2.latest)
Resolution: Fixed
Status: Resolved (was: Patch Available)
> When Processor terminated, any resources that modify the classpath are not
> reloaded
> -----------------------------------------------------------------------------------
>
> Key: NIFI-11310
> URL: https://issues.apache.org/jira/browse/NIFI-11310
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 2.0.0, 1.21.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Processors often provide Property Descriptors that can be used to modify the
> classpath. For example, processors may expose a property for specifying .jar
> files to load, such as JDBC drivers.
> When a Processor is terminated, though, and restarted, the Processor no
> longer has access to those additional classpath resources. The processor must
> have its properties modified in some way in order to re-establish those
> classpath resources. Otherwise, we see errors such as
> {{ClassNotFoundException}} being thrown
--
This message was sent by Atlassian Jira
(v8.20.10#820010)