You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (JIRA)" <ji...@apache.org> on 2019/02/06 15:55:00 UTC

[jira] [Created] (NIFI-6001) Nested versioned PGs can cause CS references to be incorrect on import

Bryan Bende created NIFI-6001:
---------------------------------

             Summary: Nested versioned PGs can cause CS references to be incorrect on import
                 Key: NIFI-6001
                 URL: https://issues.apache.org/jira/browse/NIFI-6001
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.7.1, 1.8.0, 1.6.0, 1.5.0
            Reporter: Bryan Bende


Steps to reproduce...

1) Create a PG named PG1

2) Inside PG1 create another PG named PG2

3) Inside PG2 create two controller services where one service references the other, example: CsvReader referencing AvroSchemaRegistry

4) Start version control on PG2

5) Start version control on PG1

6) On the root canvas, create a new PG and import PG1

At this point if you go into the second instance of PG1 and look at the services inside the second instance of PG2, the CsvReader no longer has the correct reference to the AvroSchemaRegistry and says "Incompatible Controller Service Configured".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)