[
https://issues.apache.org/jira/browse/NIFI-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann resolved NIFI-1350.
------------------------------------
Resolution: Abandoned
> Kite Processors can use incorrect configuration files
> -----------------------------------------------------
>
> Key: NIFI-1350
> URL: https://issues.apache.org/jira/browse/NIFI-1350
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Mark Payne
> Priority: Major
>
> Currently the Kite Processors set a DefaultConfiguration when they are
> scheduled to run. The onTrigger() method (at least in the Avro-related
> processors) then uses this configuration by calling
> DefaultConfiguration.get().
> This is essentially setting a global variable for the configuration files and
> then using that global variable in other Processors. If two processors are
> configured with different sets of configuration files, they both will end up
> using the configuration from whichever processor was most recently configured
> to run.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)