Joe Gresock created NIFI-11100:
----------------------------------
Summary: Cannot update controller service property of an inner
process group when changing version
Key: NIFI-11100
URL: https://issues.apache.org/jira/browse/NIFI-11100
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.19.1
Reporter: Joe Gresock
Assignee: Joe Gresock
To reproduce:
# Create a process group, and add a CSVReader controller service to that group,
named "Outer"
# Create a process group inside that group, and add a CSVReader controller
service the inner group, named "Inner"
# Add a CalculateRecordStats processor (or any with a reader property) and
select the Inner service.
# Version control the outer group.
# Change the property to point to Inner.
# Save the version.
# Change the version back to 1: the property will have remained unchanged
--
This message was sent by Atlassian Jira
(v8.20.10#820010)