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

Steve Loughran commented on HADOOP-16421:
-----------------------------------------

Stack
{code}
ITestS3GuardOutOfBandOperations

[ERROR] 
deleteAfterTombstoneExpiryOobCreate[auth=false](org.apache.hadoop.fs.s3a.ITestS3GuardOutOfBandOperations)
  Time elapsed: 3.474 s  <<< FAILURE!
java.lang.AssertionError: 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
        at 
org.apache.hadoop.test.LambdaTestUtils.intercept(LambdaTestUtils.java:499)
        at 
org.apache.hadoop.fs.s3a.ITestS3GuardOutOfBandOperations.deleteAfterTombstoneExpiryOobCreate(ITestS3GuardOutOfBandOperations.java:530)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
        at 
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.lang.Thread.run(Thread.java:748)
{code}

> ITestS3GuardOutOfBandOperations.deleteAfterTombstoneExpiryOobCreate failure
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-16421
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16421
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3, test
>    Affects Versions: 3.3.0
>         Environment: AWS Ireland with a versioned object store set to delete 
> old entries after 24h.
>            Reporter: Steve Loughran
>            Priority: Minor
>
> Saw a failure of 
> ITestS3GuardOutOfBandOperations.deleteAfterTombstoneExpiryOobCreate
> {code}
> java.lang.AssertionError: This file should throw FNFE when reading through 
> the raw fs, and the guarded fs deleted the file.: 
> {code}
> Hypothesis: because the store is versioned, the old file was still there. 
> Doesn't explain why I've not seen this before tho'



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

Reply via email to