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

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

GitHub user jskora opened a pull request:

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

    NIFI-1754 Rollback log messages should include the flowfile filename and 
UUID

    * Add optional functionality for the Processor framework to maintain a 
count of flowfile rollbacks in a flowfile attribute.
    * Add optional functionality for the Processor framework to log 
unacknowledged flowfile information before calling rollback when it catches a 
throwable that was not handled by a Processor.
    * Add properties to nifi.properties, nifi-assembly pom, and adminsitration 
doc.
    * Add FlowDebugger processor to aid framework troubleshooting and debugging.
    
    Merges fine with 0.x.  First two commits need merge cleanup with 1.x due to 
framework changes.

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

    $ git pull https://github.com/jskora/nifi NIFI-1754-squashed

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

    https://github.com/apache/nifi/pull/430.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 #430
    
----
commit d9123702e107de5b82baab50532b6e463dbf0d93
Author: Joe Skora <jsk...@gmail.com>
Date:   2016-04-11T20:06:52Z

    * Added optional functionality for the Processor framework to maintain a 
count of flowfile rollbacks in a flowfile attribute.
    * Added optional functionaltiy for the Processor framework to log 
unacknowledged flowfile information before calling rollback when it catches a 
throwable that was not handled by a Processor.

commit 1ef44cd1258d31a53c2492b08ad2c4aaa1a8f80f
Author: Joe Skora <jsk...@apache.org>
Date:   2016-05-06T17:35:49Z

    * Fix unacknowledged flowfile log message.
    * Add default properties to nifi.properties.

commit d1480dd1293b505c773a356b7796186c80575309
Author: Joe Skora <jsk...@apache.org>
Date:   2016-05-09T13:39:10Z

    * Add FlowDebugger processor to aid framework troubleshooting and debugging.

commit 2ab8e21d4ff927ef8515f3ec0e86e0bb44dbaed8
Author: Joe Skora <jsk...@apache.org>
Date:   2016-05-09T14:43:22Z

    * Fix default property entries.

commit 037637a2df5fec39ab99756671091194d9caeb20
Author: Joe Skora <jsk...@apache.org>
Date:   2016-05-10T13:39:44Z

    * Add new properties to assembly pom and adminstration doc.

----


> Rollback log messages should include the flowfile filename and UUID to assist 
> in flow management.
> -------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-1754
>                 URL: https://issues.apache.org/jira/browse/NIFI-1754
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 1.0.0, 0.7.0
>            Reporter: Joe Skora
>            Assignee: Joe Skora
>
> When a processor calls rollback on a flowfile, the filename and UUID of the 
> flowfile should be included in log entry to make it easier for the offending 
> files to be found and fixed or removed from the flow by the dataflow managers.



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

Reply via email to