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

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

J C Lawrence created AIRFLOW-362:
------------------------------------

             Summary: 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)