spatel11 commented on a change in pull request #16987:
URL: https://github.com/apache/beam/pull/16987#discussion_r819738296
##########
File path:
sdks/java/io/amazon-web-services2/src/main/java/org/apache/beam/sdk/io/aws2/s3/S3FileSystem.java
##########
@@ -548,12 +554,15 @@ CompleteMultipartUploadResponse multipartCopy(
Math.min(objectSize - 1, bytePosition +
uploadBufferSizeBytes - 1)))
Review comment:
Yep, my test job that was failing before got done a few minutes ago.
This particular job produced 75 files ranging from 3.6 - 5.5 gb (so it's
exercising both copy branches).
All files were copied from the temp location successfully (as opposed to
before when it would fail on the multipart copy). And on the files larger than
5gb, I can see the -partnumber on the entity tag, indicating a multipart object.
Furthermore, the files seemed structurally ok (I crawled them using AWS Glue
and ran some simple queries).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]