exceptionfactory commented on a change in pull request #5409:
URL: https://github.com/apache/nifi/pull/5409#discussion_r718052930



##########
File path: 
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java
##########
@@ -228,6 +240,14 @@ protected void preProcessConfiguration(final Configuration 
config, final Process
         FsPermission.setUMask(config, new FsPermission(dfsUmask));
     }
 
+    @OnScheduled
+    public void onScheduled(final ProcessContext context) {

Review comment:
       Should there a corresponding `onStopped` method that clears the 
`aclCache`?




-- 
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]


Reply via email to