You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ismaël Mejía (Jira)" <ji...@apache.org> on 2021/05/12 15:51:00 UTC

[jira] [Created] (BEAM-12329) AWS S3FileSystem warns about not all bytes been read

Ismaël Mejía created BEAM-12329:
-----------------------------------

             Summary: AWS S3FileSystem warns about not all bytes been read
                 Key: BEAM-12329
                 URL: https://issues.apache.org/jira/browse/BEAM-12329
             Project: Beam
          Issue Type: Improvement
          Components: io-java-aws
            Reporter: Ismaël Mejía
            Assignee: Ismaël Mejía


{color:#172b4d}While running a pipeline on AWS Glue I noticed a recurrent warning:{color}

{color:#e01e5a}
WARN S3AbortableInputStream: Not all bytes were read from the S3ObjectInputStream, aborting HTTP connection. This is likely an error and may result in sub-optimal behavior. Request only the bytes you need via a ranged GET or drain the input stream after use.

{color:#172b4d}This seems to be related to not fully consuming the input stream when reading files from AWS S3.{color}
{color}



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