steveloughran commented on issue #1003: HADOOP-16384: Avoid inconsistencies between DDB and S3 URL: https://github.com/apache/hadoop/pull/1003#issuecomment-510464794 Last test run: One (transient) failure possibly caused by S3 eventual consistency; filed [https://issues.apache.org/jira/browse/HADOOP-16421] ``` [ERROR] ITestS3GuardOutOfBandOperations.deleteAfterTombstoneExpiryOobCreate:530 This file should throw FNFE when reading through the raw fs, and the guarded fs deleted the file.: S3AFileStatus{path=s3a://hwdev-steve-ireland-new/fork-00011/test/org.junit.rules.TestName@52bc56b2fead2145-5a25-4e1b-99ec-e94e5a35f275/theFileToTry; isDirectory=false; length=0; replication=1; blocksize=33554432; modification_time=1562800961000; access_time=0; owner=stevel; group=stevel; permission=rw-rw-rw-; isSymlink=false; hasAcl=false; isEncrypted=true; isErasureCoded=false} isEmptyDirectory=FALSE eTag=d41d8cd98f00b204e9800998ecf8427e versionId=G832aDDsNLGzFtu02kkbTFexSenhdioS ``` All the `ITestDynamoDBMetadataStore` tests failed with the DDB table being deleted. ``` [ERROR] testDeleteSubtreeHostPath(org.apache.hadoop.fs.s3a.s3guard.ITestDynamoDBMetadataStore) Time elapsed: 0.259 s <<< ERROR! java.io.FileNotFoundException: DynamoDB table 's3guard-stevel-testing' is being deleted in region eu-west-1 ```
---------------------------------------------------------------- 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]
