intel-cloud / cosbench

a benchmark tool for cloud object storage service
Other
573 stars 242 forks source link

worker fail to perform operation #362

Open benamuk opened 7 years ago

benamuk commented 7 years ago

Test ran with the prefix costest1 to costest3. After that, when using costest4 and above I get the attached error and I can’t explain where that comes from.

================================================== stage: s1-init ================================================== ---------------------------------- mission: MFCE343FFD8, driver: driver1 ---------------------------------- 2017-09-29 08:14:44,007 [INFO] [Log4jLogManager] - will append log to file /root/0.4.2.c4/log/mission/MFCE343FFD8.log 2017-09-29 08:14:44,218 [INFO] [NoneStorage] - performing PUT at /costest51 2017-09-29 08:15:14,568 [ERROR] [AbstractOperator] - worker 1 fail to perform operation costest51 com.intel.cosbench.api.storage.StorageException: com.amazonaws.services.s3.model.AmazonS3Exception: Your previous request to create the named bucket succeeded and you already own it. (Service: Amazon S3; Status Code: 409; Error Code: BucketAlreadyOwnedByYou; Request ID: 88e1c1d8-77f1-48ac-b7c1-e95c68fce403), S3 Extended Request ID: null at com.intel.cosbench.api.S3Stor.S3Storage.createContainer(S3Storage.java:149) at com.intel.cosbench.driver.operator.Preparer.doInit(Preparer.java:113) at com.intel.cosbench.driver.operator.Preparer.operate(Preparer.java:87) at com.intel.cosbench.driver.operator.AbstractOperator.operate(AbstractOperator.java:76) at com.intel.cosbench.driver.operator.Initializer.operate(Initializer.java:1) at com.intel.cosbench.driver.agent.WorkAgent.performOperation(WorkAgent.java:197) at com.intel.cosbench.driver.agent.WorkAgent.doWork(WorkAgent.java:177) at com.intel.cosbench.driver.agent.WorkAgent.execute(WorkAgent.java:134) at com.intel.cosbench.driver.agent.AbstractAgent.call(AbstractAgent.java:44) at com.intel.cosbench.driver.agent.AbstractAgent.call(AbstractAgent.java:1) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Your previous request to create the named bucket succeeded and you already own it. (Service: Amazon S3; Status Code: 409; Error Code: BucketAlreadyOwnedByYou; Request ID: 88e1c1d8-77f1-48ac-b7c1-e95c68fce403), S3 Extended Request ID: null at com.amazonaws.http.AmazonHttpClient.handleErrorResponse(AmazonHttpClient.java:1389) at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:902) at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:607) at com.amazonaws.http.AmazonHttpClient.doExecute(AmazonHttpClient.java:376) at com.amazonaws.http.AmazonHttpClient.executeWithTimer(AmazonHttpClient.java:338) at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:287) at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3826) at com.amazonaws.services.s3.AmazonS3Client.createBucket(AmazonS3Client.java:796) at com.amazonaws.services.s3.AmazonS3Client.createBucket(AmazonS3Client.java:732) at com.intel.cosbench.api.S3Stor.S3Storage.createContainer(S3Storage.java:145) ... 13 more ================================================== stage: s2-client-write-1M ================================================== ================================================== stage: s3-client1-read-1M ================================================== ================================================== stage: s4-cleanup-128workers ================================================== ================================================== stage: s5-dispose-1worker ==================================================

Workload.xml file used.

<?xml version="1.0" encoding="UTF-8" ?>

Any recommendations on the errors received please?

Thank you.

bissenbay commented 5 years ago

Does anyone figure out what was the problem?