Mark Payne created NIFI-11310:
---------------------------------
Summary: 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
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)