S3-Performance-Test icon indicating copy to clipboard operation
S3-Performance-Test copied to clipboard

request time out

Open amgads opened this issue 5 years ago • 2 comments

While performing multiple benchmarks, I get timeout errors prior complete of the test case. Sometimes it completes. I'm guessing it may have to do with the timeout value or number of retries. I'm building s3pt from source code. Any idea how and where to tune the timeout value as well as the number of retries? ... 2020-01-19 01:52:02,577 INFO [pool-1-thread-1] de.jeha.s3pt.operations.ClearBucket Objects deleted so far: 33000 2020-01-19 01:52:33,947 ERROR [main] de.jeha.s3pt.S3PerformanceTest An error occurred java.util.concurrent.ExecutionException: com.amazonaws.AmazonClientException: Unable to execute HTTP request: Connect to 10.254.108.67:8080 [/10.254.108.67] failed: connect timed out at java.util.concurrent.FutureTask.report(FutureTask.java:122) ...............

amgads avatar Jan 19 '20 03:01 amgads

My command looks like following: java -jar s3pt/s3pt.jar --endpointUrl 10.254.108.67:8080 --http --accessKey <accessKey> --secretKey <secretKey> --bucketName <bucketName> --operation UPLOAD -n 96000 --size 512M -t 2 --keepAlive --signerOverride 'S3Signer'

amgads avatar Jan 19 '20 03:01 amgads

Any update/ideas?

amgads avatar Jan 20 '20 17:01 amgads