You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/02/01 03:32:12 UTC

[jira] [Commented] (ACCUMULO-2306) SslWithClientAuthIT.bulk consistently fails in parallel

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

ASF subversion and git services commented on ACCUMULO-2306:
-----------------------------------------------------------

Commit 1e7f883c198d4424153c02b5b1536dc6d664f2c3 in branch refs/heads/1.6.0-SNAPSHOT from [~vines]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=1e7f883 ]

ACCUMULO-2306 - Adding prefix for the files


> SslWithClientAuthIT.bulk consistently fails in parallel
> -------------------------------------------------------
>
>                 Key: ACCUMULO-2306
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2306
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: John Vines
>            Assignee: John Vines
>             Fix For: 1.6.0
>
>
> {code}
> bulk(org.apache.accumulo.test.functional.SslWithClientAuthIT)  Time elapsed: 98 sec  <<< ERROR!
> java.io.IOException: File already exists: target/accumulo-maven-plugin/testrf/rf03.rf
> 	at org.apache.hadoop.fs.RawLocalFileSystem.create(RawLocalFileSystem.java:276)
> 	at org.apache.hadoop.fs.RawLocalFileSystem.create(RawLocalFileSystem.java:269)
> 	at org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSOutputSummer.<init>(ChecksumFileSystem.java:384)
> 	at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:443)
> 	at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:424)
> 	at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:905)
> 	at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:886)
> 	at org.apache.accumulo.core.file.rfile.RFileOperations.openWriter(RFileOperations.java:124)
> 	at org.apache.accumulo.core.file.DispatchingFileFactory.openWriter(FileOperations.java:80)
> 	at org.apache.accumulo.test.TestIngest.ingest(TestIngest.java:223)
> 	at org.apache.accumulo.test.functional.BulkIT.runTest(BulkIT.java:63)
> 	at org.apache.accumulo.test.functional.SslIT.bulk(SslIT.java:54)
> 	at org.apache.accumulo.test.functional.SslWithClientAuthIT.bulk(SslWithClientAuthIT.java:63)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:622)
> 	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.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)