emiliosetiadarma commented on a change in pull request #5202:
URL: https://github.com/apache/nifi/pull/5202#discussion_r669807125
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/main/java/org/apache/nifi/properties/NiFiPropertiesLoader.java
##########
@@ -173,8 +173,14 @@ public NiFiProperties load(final File file) {
.getSupportedSensitivePropertyProviders()
.forEach(protectedNiFiProperties::addSensitivePropertyProvider);
}
-
- return protectedNiFiProperties.getUnprotectedProperties();
+ NiFiProperties props =
protectedNiFiProperties.getUnprotectedProperties();
+ if (protectedNiFiProperties.hasProtectedKeys()) {
+ // releases resources used by SPP
Review comment:
Removing the comment
--
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]