[ 
https://issues.apache.org/jira/browse/HADOOP-13345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16037785#comment-16037785
 ] 

Mingliang Liu commented on HADOOP-13345:
----------------------------------------

Kinda clean integration tests.

# Running w/o s3guard {{mvn -Dit.test='ITestS3A*' -Dtest=none -Dscale -q clean 
verify}}, all test cases pass.
# Running with DynamoDB web service us-west-1 region, {{mvn 
-Dit.test='ITestS3A*,ITestS3Guard*,ITestDynamo*' -Dtest=none -Ds3guard -Ddynamo 
-q verify}}. Only one test failure, ITestS3AEncryptionSSEC. This has been 
identified and reported by [HADOOP-14448].
# Running with DynamoDB Local (in-memory DDB simulator for test), {{mvn 
-Dit.test='ITestS3A*,ITestS3Guard*,ITestDynamo*' -Dtest=none -Ds3guard 
-Ddynamodblocal -q verify}}. As above, only one test failure, 
ITestS3AEncryptionSSEC. This has been identified and reported by [HADOOP-14448].
# Running with Local mode (in-memory metadata store),
{code}
$ mvn -Dit.test='ITestS3A*,ITestS3Guard*,ITestDynamo*' -Dtest=none -Ds3guard 
-Dlocal -q verify
Results :

Tests run: 390, Failures: 0, Errors: 0, Skipped: 55
{code}

> S3Guard: Improved Consistency for S3A
> -------------------------------------
>
>                 Key: HADOOP-13345
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13345
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs/s3
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HADOOP-13345.prototype1.patch, s3c.001.patch, 
> S3C-ConsistentListingonS3-Design.pdf, S3GuardImprovedConsistencyforS3A.pdf, 
> S3GuardImprovedConsistencyforS3AV2.pdf
>
>
> This issue proposes S3Guard, a new feature of S3A, to provide an option for a 
> stronger consistency model than what is currently offered.  The solution 
> coordinates with a strongly consistent external store to resolve 
> inconsistencies caused by the S3 eventual consistency model.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to