You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2019/02/14 20:14:00 UTC

[jira] [Updated] (NIFI-6037) MergeRecord, when configured with a small bin size, does not merge based solely on min requirements.

     [ https://issues.apache.org/jira/browse/NIFI-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Payne updated NIFI-6037:
-----------------------------
    Fix Version/s: 1.9.0
           Status: Patch Available  (was: Open)

> MergeRecord, when configured with a small bin size, does not merge based solely on min requirements.
> ----------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-6037
>                 URL: https://issues.apache.org/jira/browse/NIFI-6037
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>             Fix For: 1.9.0
>
>
> Create a MergeRecord processor. Set Min Records = 1, Max Records = 1,000,000, Min Size = 1 B, Max Size = 64 MB. Feed in a few records. No bins will be created. Once the size of the records has reached 4-8 KB or so, it does create the bin, but very small bins won't be created. It appears to be related to buffered output not being counted in the bin's size.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)