GitHub user mattyb149 opened a pull request:

    https://github.com/apache/nifi/pull/269

    NIFI-1619: Fix Elasticsearch processor bug when flow file missing ID 
attribute

    When the flow file was missing the attribute specified in the processor 
config, there was still an attempt to insert it into Elasticsearch. This was a 
simple missing "else" clause. However the flow files that had already been 
transferred to failure due to this condition caused other problems of multiple 
transfers. The fix is to keep track of the flow files that remain to be 
transferred, starting with the original list and removing them as they are 
transferred.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mattyb149/nifi NIFI-1619

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/269.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 #269
    
----
commit bbf2c26fa38e1e3bd742a12ae34ad5bd1982889a
Author: Matt Burgess <mattyb...@gmail.com>
Date:   2016-03-11T14:44:15Z

    NIFI-1619: Fix Elasticsearch processor bug when flow file missing ID 
attribute

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to