You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/07/22 21:27:00 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-10050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570181#comment-17570181 ] 

ASF subversion and git services commented on NIFI-10050:
--------------------------------------------------------

Commit d7ed66032e191b9a1c05bd998fe24ea3eb3d4084 in nifi's branch refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=d7ed66032e ]

NIFI-10050: When copying a process group and 1 CS references a higher-level CS, ensure that we don't drop that reference

This closes #6077

Signed-off-by: David Handermann <ex...@apache.org>


> 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
>            Assignee: Mark Payne
>            Priority: Major
>             Fix For: 1.17.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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.10#820010)