Mark Payne created NIFI-6037: -------------------------------- Summary: 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
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)