[
https://issues.apache.org/jira/browse/NIFI-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess reassigned NIFI-8431:
----------------------------------
Assignee: Mark Bean
> Redundant validation of Dynamic Properties
> ------------------------------------------
>
> Key: NIFI-8431
> URL: https://issues.apache.org/jira/browse/NIFI-8431
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Bean
> Assignee: Mark Bean
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The validate method of AbstractConfigurableComponent was modified recently.
> Where it use to loop through only supported property descriptors (via
> getSupportedPropertyDescriptors method call), it now loops through all
> descriptors in the context (via ValidationContext.getProperties.keySet()
> call). This includes dynamic properties. Therefore, the subsequent validation
> of dynamic properties is redundant, and can produce duplicate validation
> errors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)