GitHub user danbress opened a pull request:
https://github.com/apache/incubator-nifi/pull/26
Nifi 333 - catching ProcessException instead of Exception
Modified processors that were catching Exception to catch ProcessException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/danbress/incubator-nifi NIFI-333
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-nifi/pull/26.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #26
----
commit 0f8d00d5fff947647926570ccfa4b83ac9411e4b
Author: danbress <[email protected]>
Date: 2015-02-14T17:20:18Z
NIFI-333 - catching ProcessException instead of Exception
when appropriate catching ProcessException in processors instead of
exception
commit 361ac1f1e5c8ee943220b337c92cd49616a02194
Author: danbress <[email protected]>
Date: 2015-02-15T14:08:22Z
NIFI-333 - Adding failure test for DecompressContent
commit 0fa1b16c831c413a2e31e768398da0602ca3758d
Author: danbress <[email protected]>
Date: 2015-02-15T14:24:51Z
NIFI-333 - Adding failure test for PutEmail
commit c8810c04d8dcb6823c7e59e85158a0c3cb18675f
Author: danbress <[email protected]>
Date: 2015-02-17T16:17:46Z
NIFI-333 - Removing exception handling in SegmentContent
From Mark - 'Theres no exception that could get thrown in there unless
theres something weird - in which case the framework should catch it and
handle it'
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---