Hello

You should only have 1 or a few tasks at most for this processor.
Scheduling can be frequent but choosing different options and seeing for
your case is best.

This processor is relatively difficult to configure correctly as it is a
complex case and has powerful options.  What you will need to watch out for
is the maximum number of bins it can track at once.  If each bin is to hold
at least and at most 2 things and lots of data is arriving then what you
need are lots of bins so focus on that setting.

Thanks

On Tue, Oct 22, 2019 at 10:49 AM Etienne Jouvin <[email protected]>
wrote:

> Hi,
>
> Here is the case.
>
> High activity, and use a MergeContent action.
> I setup the mergeContent with 300 concurrent action and no schedule,
> meaning Run Schedule set to 0.
>
>
> Minimum Number of Entries : 2
> Maximum Number of Entries : 2
>
>
> No limit on the size.
>
>
> In some case, I reach exception :
> because the expected number of fragments is 2 but found only 1 fragments
>
>
>
> What I believe is that I am reaching side effet.
> May be, I have multiple execution at the same time, and some bins are
> considered as fulled and returned to be proceeded. But when returned, the
> object does not contains all expected flowfiles and during the execution,
> function processBins in class BinFiles, I am reaching the exception.
>
>
> It seems that I manage to skip this error when setting concurrent task to
> 1.
> But, it slow down a little the process.
>
> Should I keep 300 concurrent tasks, and set some schedule, something like
> 0.1 second ?
>
> Regards
>
> Etienne Jouvin
>

Reply via email to