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 2021/03/09 08:47:00 UTC

[jira] [Updated] (MINIFICPP-1507) Flow files larger than int max can not be written to the repository

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

Marton Szasz updated MINIFICPP-1507:
------------------------------------
    Fix Version/s: 0.10.0

> 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
>            Priority: Major
>             Fix For: 0.10.0
>
>
> 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)