Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
ConfigSchema has logic to detect duplicate processor, connection, and remote processing group names. This is to help MiNiFi ensure it can generate a valid flow.
Unfortunately, the check is short circuited if processors are null, regardless of which duplicates it is checking for, causing for possibly missing validation errors.
Should be changed to a null check on the names parameter
Attachments
Issue Links
- links to