Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-333

Some Processors catch java.land.Exception and route to 'failure', instead of catching ProcessException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.0.2
    • None
    • None

    Description

      The consequence of this is that if the framework throws a FlowFileAccessException, for example, the Processor is catching that and then routing to failure, when the framework should be able to catch it and roll back the ProcessSession. Specifically, we are seeing this because on of the content repository containers ran out of disk space and files were then routed to 'failure'. Instead, the session should have been rolled back and the FlowFile processed again.

      Attachments

        Activity

          People

            joewitt Joe Witt
            dau65 Daniel Ueberfluss
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: