[
https://issues.apache.org/jira/browse/HADOOP-14605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066374#comment-16066374
]
Steve Loughran commented on HADOOP-14605:
-----------------------------------------
{code}
Running org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.397 sec <<<
FAILURE! - in org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir
testMkDirDepth1(org.apache.hadoop.fs.contract.s3a.ITestS3AContractRootDir)
Time elapsed: 1.007 sec <<< FAILURE!
java.lang.AssertionError: Deleted file: unexpectedly found /testmkdirdepth1 as
S3AFileStatus{path=s3a://hwdev-steve-ireland-new/testmkdirdepth1;
isDirectory=true; modification_time=0; access_time=0; owner=stevel;
group=stevel; permission=rwxrwxrwx; isSymlink=false; hasAcl=false;
isEncrypted=false; isErasureCoded=false} isEmptyDirectory=TRUE
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.hadoop.fs.contract.ContractTestUtils.assertPathDoesNotExist(ContractTestUtils.java:824)
at
org.apache.hadoop.fs.contract.ContractTestUtils.assertDeleted(ContractTestUtils.java:639)
at
org.apache.hadoop.fs.contract.ContractTestUtils.assertDeleted(ContractTestUtils.java:617)
at
org.apache.hadoop.fs.contract.AbstractFSContractTestBase.assertDeleted(AbstractFSContractTestBase.java:349)
at
org.apache.hadoop.fs.contract.AbstractContractRootDirectoryTest.testMkDirDepth1(AbstractContractRootDirectoryTest.java:68)
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:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
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$StatementThread.run(FailOnTimeout.java:74)
Results :
{code}
> transient list consistency failure in ITestS3AContractRootDir
> -------------------------------------------------------------
>
> Key: HADOOP-14605
> URL: https://issues.apache.org/jira/browse/HADOOP-14605
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3, test
> Affects Versions: 3.0.0-alpha3
> Environment: s3guard disabled
> Reporter: Steve Loughran
> Priority: Minor
>
> Test against s3 ireland just failed with a deleted-path-still-found
> exception; clearly a consistency event of one form or another.
> This was on a {{fileSystem.getFileStatus(path);}} call; a HEAD against the
> object. Assume that a tombstone marker hadn't made it to the shard the
> request went to.
> Test will need to move to an eventually()
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]