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

FirstInFirstOut prioritizer does not work.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.1
    • 1.0.0, 1.0.0-Beta
    • Core Framework
    • None

    Description

      The FirstInFirstOut (FIFO) prioritizer has no guarantee of actually working on queued FlowFile in a FIFO order. The reliance on lastQueuedDate or time is not sufficient to guarantee order as FlowFile processed as batched will all have the same exact timestamp. There is also inconsistency in how processors update lastQueuedDate. If a processor passes a FlowFile through without any change, Date is not updated. This in turn affects the processing order of FlowFiles. We are finding that more and more NiFI users have specific file processing order needs.

      Attachments

        Issue Links

          Activity

            People

              markap14 Mark Payne
              msclarke Matthew Clarke
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: