Matthew Clarke created NIFI-4299:
------------------------------------
Summary: MergeContent does not function as expected when number of
bins is set to 1
Key: NIFI-4299
URL: https://issues.apache.org/jira/browse/NIFI-4299
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.2.0
Reporter: Matthew Clarke
Priority: Minor
With number of bins set to 1 and Merge Format set to any option, the
mergeContent processor will always merge exactly what is currently in the
incoming queue regardless of any other configured settings for min entries or
min group size.
I would expect the processor to only merge the bin if another bin is needed,
but in this case it is merging at the completion of its run regardless if bin
has reached either configured minimums.
To get expected behavior out of MergeContent, you must always have the number
of needed bins +1.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)