[
https://issues.apache.org/jira/browse/NIFI-6001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16943723#comment-16943723
]
Mark Payne commented on NIFI-6001:
----------------------------------
[~bbende] the fix for NIFI-5910 does not appear to have addressed this issue.
But I think I understand the issue. It appears that when importing the inner
PG, it can be the case that the CSV Reader is added before the schema registry.
This results in the linkage not working properly. I should have a fix for this
momentarily.
> 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.5.0, 1.6.0, 1.8.0, 1.7.1
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
> Labels: SDLC
>
> 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
(v8.3.4#803005)