Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] upload multiple files from disk with multipart upload fail #77

Open
TingDaoK opened this issue Nov 27, 2024 · 2 comments
Open

[bug] upload multiple files from disk with multipart upload fail #77

TingDaoK opened this issue Nov 27, 2024 · 2 comments

Comments

@TingDaoK
Copy link
Contributor

When upload multiple files using multipart upload, the upload failed with the following error:

[ec2-user@ip-172-31-14-35 files_dir]$ /home/ec2-user/fast_ebs/aws-crt-s3-benchmarks/runners/s3-benchrunner-rust/target/release/s3-benchrunner-rust sdk-rust-tm /home/ec2-user/fast_ebs/aws-crt-s3-benchmarks/workloads/upload-5GiB-10x.run.json test-bucket-dengket us-west-2 100 --disable-directory
thread 'main' panicked at src/main.rs:49:17:
failed uploading: upload/5GiB-10x/06

Caused by:
    0: child operation failed
    1: dispatch failure
    2: timeout
    3: client error (Connect)
    4: HTTP connect timeout occurred after 3.1s
    5: timed out
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Reproduce steps:

It happens very frequently when I run the benchmark from a c5n.18xlarge instance, may happen to other type as well, but let's start with what I have tested.

Further info

I did have some trace level logs around 500MB
https://drive.corp.amazon.com/documents/dengket@/better_trace

@aajtodd
Copy link
Contributor

aajtodd commented Dec 2, 2024

Is this on an al2023 image? We had other customer reports of connect issues and it turned out al2023 doesn't enable DNS caching by default and once they fixed that their connect issues went away.

@TingDaoK
Copy link
Contributor Author

TingDaoK commented Dec 5, 2024

yeah, it's al2023

[ec2-user@ip-172-31-14-35 aws-crt-s3-benchmarks]$ cat /etc/os-release
NAME="Amazon Linux"
VERSION="2023"
ID="amzn"
ID_LIKE="fedora"
VERSION_ID="2023"
PLATFORM_ID="platform:al2023"
PRETTY_NAME="Amazon Linux 2023.6.20241121"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2023"
HOME_URL="https://aws.amazon.com/linux/amazon-linux-2023/"
DOCUMENTATION_URL="https://docs.aws.amazon.com/linux/"
SUPPORT_URL="https://aws.amazon.com/premiumsupport/"
BUG_REPORT_URL="https://github.com/amazonlinux/amazon-linux-2023"
VENDOR_NAME="AWS"
VENDOR_URL="https://aws.amazon.com/"
SUPPORT_END="2028-03-15"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants