Lehel44 commented on code in PR #8495:
URL: https://github.com/apache/nifi/pull/8495#discussion_r1538284672


##########
nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/main/java/org/apache/nifi/processors/hadoop/PutHDFS.java:
##########
@@ -465,10 +465,16 @@ public void process(InputStream in) throws IOException {
                 } catch (final IOException e) {

Review Comment:
   Since we throw the GSSException wrapped in a ProcessException, I think we 
have to catch the ProcessException, then check if it's a GSSException. If so 
rollback, othwerwise throw it away.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to