GitHub user mattyb149 opened a pull request:
https://github.com/apache/nifi/pull/178
NIFI-1409: Fix missing transfer on error in ExecuteSql
This change keeps track of the "working flowfile", either the incoming
flowfile if one exists, or the one created if no incoming flowfile exists. Then
if an exception is thrown, the correct flowfile reference is available for
transfer to failure.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mattyb149/nifi NIFI-1409
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/178.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 #178
----
commit c20018f923f9feb4e50eb47586b36168e45e0931
Author: Matt Burgess <[email protected]>
Date: 2016-01-19T15:55:48Z
NIFI-1409: Fix missing transfer on error in ExecuteSql
----
---
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.
---