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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15393817#comment-15393817 ] 

ASF subversion and git services commented on AIRFLOW-362:
---------------------------------------------------------

Commit 2c931abb36826f96caefcc2663da8262816a5b1d in incubator-airflow's branch refs/heads/master from [~clearclaw]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=2c931ab ]

[AIRFLOW-362] Import __future__ division

Fix integer division fencepost error on S3 chunked transfers

Closes #1683 from clearclaw/master


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