You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Beat Fuellemann (Jira)" <ji...@apache.org> on 2023/03/06 06:08:00 UTC

[jira] [Created] (NIFI-11251) Nifi Registry Client with Nested PG - sync issue

Beat Fuellemann created NIFI-11251:
--------------------------------------

             Summary: Nifi Registry Client with Nested PG - sync issue
                 Key: NIFI-11251
                 URL: https://issues.apache.org/jira/browse/NIFI-11251
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.20.0
            Reporter: Beat Fuellemann
         Attachments: ChangeVersionError.png

We upgraded to NIFI 1.20.0 and still have problems with NIFI Registry Client with nested PG. PG and PG Child are both
commited for versioning NIFI Registry.
We use NIFI Registry to move NIFI Flows from Staging Environment to the Production via the Registry versioning.
The problem reliese on on the ExecuteScript Processor.
How we reproduced the issue:
On NIFI Instance 1
- Create Parent PG "ReproduceSyncProblem"
- Create Child PG "InnerProcessGroup"
- Add some Processors and add Groovy Script
- Commit Child PG "InnerProcessGroup"
- commit Parent PG "ReproduceSyncProblem"

On NIFI Instance 2
- import PG from Reqistry into the canvas
- do some changes in the Child PG "InnerProcessGroup"
- Commit Child PG "InnerProcessGroup"
- commit Parent PG "ReproduceSyncProblem"


on NIFI Instance 1
- Update Version on Parent PG "ReproduceSyncProblem"
-> Expectation: all changes should be done, as well the Child PG changes

-> ISSUE: ERROR during Change version



--
This message was sent by Atlassian Jira
(v8.20.10#820010)