Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.5.0
-
None
-
ghx-label-3
Description
On ARM toolchain builds, we have seen some failures to upload tarballs to s3:
22:17:06 impala-toolchain-redhat8: Uploading /mnt/build/llvm-5.0.1-asserts-p7-gcc-10.4.0.tar.gz to s3://native-toolchain/build/33-f93e2c9a86/llvm/5.0.1-asserts-p7-gcc-10.4.0/llvm-5.0.1-asserts-p7-gcc-10.4.0-ec2-package-centos-8-aarch64.tar.gz 22:17:06 impala-toolchain-redhat8: /mnt/functions.sh: line 385: 680012 Segmentation fault (core dumped) aws s3 cp --only-show-errors "${PACKAGE_FINAL_TGZ}" "${PACKAGE_S3_DESTINATION}"
Since we do many uploads, even a relatively low failure rate can make it hard to get a passing build. We should change the code to retry the upload.
Attachments
Issue Links
- relates to
-
IMPALA-13025 Use AWSCLI v2 for bucket uploads during toolchain builds
- In Progress