turcsanyip commented on code in PR #8176:
URL: https://github.com/apache/nifi/pull/8176#discussion_r1434029850
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/StandardProcessorNode.java:
##########
@@ -2110,7 +2110,7 @@ private void migrateProperties(final Map<String, String>
originalPropertyValues,
final List<ControllerServiceCreationDetails> servicesCreated =
propertyConfig.getCreatedServices();
servicesCreated.forEach(serviceFactory::create);
- overwriteProperties(propertyConfig.getProperties());
+ overwriteProperties(propertyConfig.getRawProperties());
Review Comment:
Thanks for the fix @krisztina-zsihovszki!
It looks good, however I don't know all the details around property
migration.
One note here: `StandardControllerServiceNode` and
`AbstractReportingTaskNode` use the same `getProperties()` method so it needs
to be fixed there too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]