You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
When upload multiple files using multipart upload, the upload failed with the following error:
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
The text was updated successfully, but these errors were encountered: