You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2015/02/23 17:23:11 UTC

[jira] [Created] (NIFI-374) EncryptContent not handling exceptions properly

Joseph Witt created NIFI-374:
--------------------------------

             Summary: EncryptContent not handling exceptions properly
                 Key: NIFI-374
                 URL: https://issues.apache.org/jira/browse/NIFI-374
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Joseph Witt
            Priority: Minor


EncryptContent does not handle exceptions properly.  It has a callback which converts checked exceptions to RuntimeException (ProcessException) but then it just lets them fly.  The problem with that is that data which will never succeed (because it cannot be decompressed for example) is always being rolledback.  It should go to failure.  So we need the processor to handle exceptions.

https://github.com/apache/incubator-nifi/blob/develop/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncryptContent.java#L166-L175

https://github.com/apache/incubator-nifi/blob/develop/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncryptContent.java#L256-L260



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)