[ 
https://issues.apache.org/jira/browse/NIFI-4745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16315409#comment-16315409
 ] 

ASF GitHub Bot commented on NIFI-4745:
--------------------------------------

GitHub user mmucha-redhat opened a pull request:

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

    NIFI-4745 : configuration property allowing failure description proce…

    …ssing
    
    We need to pass description of validation failure further in
    processing chain, and eventually pass it back to calling system.
    Therefore having failure desc logged in logs and issued as provenance
    route event is not sufficient for us.
    
    This patch adds new property, specifying name of attribute to be
    created and filled with validation failure description.
    
    Signed-off-by: Martin Mucha <alfon...@gmail.com>

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

    $ git pull https://github.com/mmucha-redhat/nifi emitFailureDescription

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

    https://github.com/apache/nifi/pull/2384.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 #2384
    
----
commit 34ab2d8df08af00c1363c2f23c442e1ce1d5419a
Author: Martin Mucha <alfonz19@...>
Date:   2018-01-07T10:34:30Z

    NIFI-4745 : configuration property allowing failure description processing
    
    We need to pass description of validation failure further in
    processing chain, and eventually pass it back to calling system.
    Therefore having failure desc logged in logs and issued as provenance
    route event is not sufficient for us.
    
    This patch adds new property, specifying name of attribute to be
    created and filled with validation failure description.
    
    Signed-off-by: Martin Mucha <alfon...@gmail.com>

----


> Emit validation failure description in attribute from ValidateRecord processor
> ------------------------------------------------------------------------------
>
>                 Key: NIFI-4745
>                 URL: https://issues.apache.org/jira/browse/NIFI-4745
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.5.0
>            Reporter: Martin Mucha
>            Priority: Minor
>
> We need to pass description of validation failure further in
> processing chain, and eventually pass it back to calling system.
> Therefore having failure description logged in logs and issued as provenance
> route event is not sufficient for us. 
> It should be easy to emit same data, which are being sent in provenance route 
> event, from ValidateRecord as new attribute.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to