[
https://issues.apache.org/jira/browse/NIFI-14478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-14478:
------------------------------------
Fix Version/s: 2.6.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Versioned ProcessGroups are sometimes not in sync with Flow Registry
> --------------------------------------------------------------------
>
> Key: NIFI-14478
> URL: https://issues.apache.org/jira/browse/NIFI-14478
> Project: Apache NiFi
> Issue Type: Bug
> Components: Flow Versioning
> Affects Versions: 2.3.0
> Reporter: Michael W Moser
> Assignee: Michael W Moser
> Priority: Major
> Fix For: 2.6.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Observed that in some scenarios, a Versioned ProcessGroup reports as in-sync
> when in reality there are local changes.
> # Import a Process Group from a Registry Client
> # Make a configuration change in the PG and see that local changes have been
> made
> # *Copy* the PG and *Paste* it onto the graph
> # Observe that the pasted PG shows that flow version is current
> # Wait 30 minutes for PG to synchronize with flow registry, pasted PG still
> shows that flow version is current
> # Make a different change to pasted PG, see that the flow shows there are
> local changes, but the first change in Step 2 does not show as a local
> difference
> When a Process Group is created with the contents of a Versioned
> ProcessGroup, the local in-memory copy of the Versioned ProcessGroup is the
> state of the pasted Process Group and might not match what's in the Flow
> Registry. When a Process Group is synchronized with a Flow Registry, can we
> replace the local in-memory copy of the Versioned ProcessGroup with the one
> from the Flow Registry?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)