Marton Szasz created MINIFICPP-1507:
---------------------------------------
Summary: Flow files larger than int max can not be written to the
repository
Key: MINIFICPP-1507
URL: https://issues.apache.org/jira/browse/MINIFICPP-1507
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Marton Szasz
Our streams expect size as int, restricting the maximum chunk of data that can
be written at once to 2 GiB. This restriction should be removed.
[https://stackoverflow.com/questions/66330866/minifi-getfile-processor-fails-to-get-large-files]
Streams should be refactored to use size_t or ssize_t to represent sizes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)