You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2022/05/24 20:26:00 UTC

[jira] [Created] (NIFI-10050) When copying & pasting a Process Group, if a Controller Service references a parent group's CS, that reference is dropped

Mark Payne created NIFI-10050:
---------------------------------

             Summary: When copying & pasting a Process Group, if a Controller Service references a parent group's CS, that reference is dropped
                 Key: NIFI-10050
                 URL: https://issues.apache.org/jira/browse/NIFI-10050
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Mark Payne


To replicate:
 # Create a PG called Top-Level.
 # Create a Controller Service within Top-Level. For example, I used Avro Schema Registry.
 # Create a child Process Group called Child.
 # Create a CSV Reader Controller Service. Configure the CSV Reader to use the Avro Schema Registry.
 # Create a ConvertRecord processor within "Child" PG
 # Configure ConvertRecord to use the CSV Reader.
 # Copy & paste the Child PG
 # In the newly created "Copy of Child" PG, configure the CSV Reader. See that the Schema Registry shows "No Value Set"

This appears only to affect Controller Services within the copied group. Processors still retain their references.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)