You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2021/02/24 10:49:00 UTC

[jira] [Assigned] (MINIFICPP-1509) Use _stat64 on Windows to query files larger than 2GB

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

Adam Debreceni reassigned MINIFICPP-1509:
-----------------------------------------

    Assignee: Adam Debreceni

> Use _stat64 on Windows to query files larger than 2GB
> -----------------------------------------------------
>
>                 Key: MINIFICPP-1509
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1509
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Adam Debreceni
>            Assignee: Adam Debreceni
>            Priority: Major
>
> Currently we use _stat to handle files, this imposes a limitation on the file size as it is stored in 4 bytes. We should use _stat64 on windows.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)