You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2022/11/08 16:01:00 UTC

[jira] [Created] (MINIFICPP-1978) MergeContent should flush bins even when they don't exactly reach the max size.

Marton Szasz created MINIFICPP-1978:
---------------------------------------

             Summary: MergeContent should flush bins even when they don't exactly reach the max size.
                 Key: MINIFICPP-1978
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1978
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Marton Szasz
            Assignee: Adam Debreceni
             Fix For: 0.13.0


It looks like MergeContent will fill up Bins until they reach the max group size, and reject further flow files when that would push the bin over the max size. If the last flow file doesn't exactly reach the max group size, the bin is not flushed, but it also cannot accept new flow files. We should come up with a way to flush "almost full" bins in a timely manner.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)