Thanks, Mark and Matthew.
Huagen
> 在 2016年6月5日,下午9:34,Matthew Clarke <[email protected]> 写道:
>
> The default priority is not FIFO, but rather oldest FlowFile first. You can
> change the priority order on a connection through that connections
> configuration. Theresa are a list of prioritizers to choose from. Simply drag
> and drop from the list to apply the priority strategy you want for that
> connection. You will find FIFO is one of the available options.
>
> On Jun 5, 2016 9:23 PM, "Huagen peng" <[email protected]
> <mailto:[email protected]>> wrote:
> Hi,
>
> I notice that the order of execution in an incoming queue is not FIFO (first
> in first out). For example, I have a ExecuteStreamCommand processor, which
> at one point may have more than 20 flowflies waiting. It appears that the
> processor just randomly select a flowfile from the queue after it finishes
> one. This leaves some flowfile waiting in the queue for a wrong time. I
> would like the processor to run the flowfiles FIFO. Is there anyway to
> specify the order of execution?
>
> Thanks,
>
> Huagen