[
https://issues.apache.org/jira/browse/NIFI-15600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18058544#comment-18058544
]
ASF subversion and git services commented on NIFI-15600:
--------------------------------------------------------
Commit edca3d4a6de639eee49faa38b7d9ae34d7ca6fff in nifi's branch
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=edca3d4a6d ]
NIFI-15600 Fixed Flow version change when flow contains Ghost Parameter
Provider (#10899)
Signed-off-by: David Handermann <[email protected]>
> Flow version change fails when flow contains Ghost Parameter Provider
> ---------------------------------------------------------------------
>
> Key: NIFI-15600
> URL: https://issues.apache.org/jira/browse/NIFI-15600
> Project: Apache NiFi
> Issue Type: Bug
> Components: Flow Versioning
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When performing a flow version change operation (Change Version or Revert),
> if the flow version in the registry contains a Ghost Parameter Provider, the
> operation fails with:
> {code:java}
> java.lang.IllegalStateException:
> org.apache.nifi.parameter.GhostParameterProvider is not known to this NiFi
> instance.{code}
> This can occur when a flow was previously saved to version control while it
> contained a Ghost Parameter Provider (which could have been created due to
> NIFI-15547 or other bundle resolution issues).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)