steveloughran commented on issue #802: HADOOP-16279. S3Guard: Implement 
time-based (TTL) expiry for entries …
URL: https://github.com/apache/hadoop/pull/802#issuecomment-501342034
 
 
   reran the tests on the original (non-rebased) branch, got failures here and 
in some others (e.g) 
   
   ```
   
   [ERROR] 
testSameLengthOverwrite[auth=true](org.apache.hadoop.fs.s3a.ITestS3GuardOutOfBandOperations)
  Time elapsed: 23.781 s  <<< FAILURE!
   java.lang.AssertionError: 
   etag in authoritative table with 
   Raw: 
S3AFileStatus{path=s3a://hwdev-steve-ireland-new/test/OverwriteFileTest-6eb7e1fe-d71d-4059-b819-3feb83dcc1dc;
 isDirectory=false; length=13; replication=1; blocksize=33554432; 
modification_time=1560354336000; access_time=0; owner=stevel; group=stevel; 
permission=rw-rw-rw-; isSymlink=false; hasAcl=false; isEncrypted=true; 
isErasureCoded=false} isEmptyDirectory=FALSE 
eTag=1f9bd06f0b9c061cb1079a2bc30ded89 versionId=XpuRHcjnzwc1q1QqFFuI.a5jcHbPCo1C
   Guarded: 
S3AFileStatus{path=s3a://hwdev-steve-ireland-new/test/OverwriteFileTest-6eb7e1fe-d71d-4059-b819-3feb83dcc1dc;
 isDirectory=false; length=13; replication=1; blocksize=33554432; 
modification_time=1560354336000; access_time=0; owner=stevel; group=stevel; 
permission=rw-rw-rw-; isSymlink=false; hasAcl=false; isEncrypted=true; 
isErasureCoded=false} isEmptyDirectory=FALSE 
eTag=1f9bd06f0b9c061cb1079a2bc30ded89 
versionId=XpuRHcjnzwc1q1QqFFuI.a5jcHbPCo1C. Actual: 
1f9bd06f0b9c061cb1079a2bc30ded89
        at 
org.apache.hadoop.fs.s3a.ITestS3GuardOutOfBandOperations.verifyFileStatusAsExpected(ITestS3GuardOutOfBandOperations.java:789)
        at 
org.apache.hadoop.fs.s3a.ITestS3GuardOutOfBandOperations.lambda$overwriteFile$4(ITestS3GuardOutOfBandOperations.java:631)
        at 
org.apache.hadoop.fs.s3a.ITestS3GuardOutOfBandOperations.overwriteFile(ITestS3GuardOutOfBandOperations.java:626)
        at 
org.apache.hadoop.fs.s3a.ITestS3GuardOutOfBandOperations.testSameLengthOverwrite(ITestS3GuardOutOfBandOperations.java:248)
   ```
   makes me thing the DDB table is in an odd state.
   
   Plan:
   * rebase to trunk
   * rebuild
   * s3guard to create an entirely new table
   * retest

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to