You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/04/07 06:02:54 UTC

[GitHub] [ozone] adoroszlai opened a new pull request, #3281: HDDS-6557. Execute S3 acceptance tests with EC

adoroszlai opened a new pull request, #3281:
URL: https://github.com/apache/ozone/pull/3281

   ## What changes were proposed in this pull request?
   
   Create EC bucket and run S3 acceptance tests with it.
   
   https://issues.apache.org/jira/browse/HDDS-6557
   
   ## How was this patch tested?
   
   Executed the new test locally, verified keys are stored as EC.
   
   ```
   $ cd hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/compose/ozone
   $ KEEP_RUNNING=true ./test.sh
   ...
   s3-erasure                                                            | PASS |
   46 tests, 46 passed, 0 failed
   ...
   
   $ docker-compose exec scm ozone sh key list /s3v/erasure
   ...
   }, {
     "volumeName" : "s3v",
     "bucketName" : "erasure",
     "name" : "ozone-test-5212328738/multipartKey1",
     "dataSize" : 5242886,
     "replicationConfig" : {
       "data" : 3,
       "parity" : 2,
       "ecChunkSize" : 1048576,
       "codec" : "RS",
       "requiredNodes" : 5,
       "replicationType" : "EC"
     }
   }, {
   ...
   ```
   
   Regular CI:
   https://github.com/adoroszlai/hadoop-ozone/runs/5857406173#step:5:305


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai merged pull request #3281: HDDS-6557. EC: Execute S3 acceptance tests with EC

Posted by GitBox <gi...@apache.org>.
adoroszlai merged PR #3281:
URL: https://github.com/apache/ozone/pull/3281


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] adoroszlai commented on pull request #3281: HDDS-6557. EC: Execute S3 acceptance tests with EC

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on PR #3281:
URL: https://github.com/apache/ozone/pull/3281#issuecomment-1093069163

   Thanks @sodonnel and @umamaheswararao for the review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org