You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jeremiah Lowin (JIRA)" <ji...@apache.org> on 2016/07/26 13:54:20 UTC

[jira] [Resolved] (AIRFLOW-362) Chunked transfers of files larger than 5GB truncate the transferred files

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

Jeremiah Lowin resolved AIRFLOW-362.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request #1683
[https://github.com/apache/incubator-airflow/pull/1683]

> Chunked transfers of files larger than 5GB truncate the transferred files
> -------------------------------------------------------------------------
>
>                 Key: AIRFLOW-362
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-362
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: hooks
>            Reporter: J C Lawrence
>            Assignee: J C Lawrence
>
> S3_hook.py:load_file(346) has a fencepost error under Py2 due to integer division versus floating point division (in Py3).  The result is that the last block of large files (>5GB) won't be transferred.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)