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. ---- --- 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. ---