You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Prabhu Joseph (JIRA)" <ji...@apache.org> on 2019/05/09 06:54:00 UTC

[jira] [Created] (HADOOP-16303) TestDiskCheckerWithDiskIo testcases fails intermittent

Prabhu Joseph created HADOOP-16303:
--------------------------------------

             Summary: TestDiskCheckerWithDiskIo testcases fails intermittent
                 Key: HADOOP-16303
                 URL: https://issues.apache.org/jira/browse/HADOOP-16303
             Project: Hadoop Common
          Issue Type: Bug
          Components: common, test
    Affects Versions: 3.2.0
            Reporter: Prabhu Joseph


TestDiskCheckerWithDiskIo.testDiskIoIgnoresTransientCreateErrors	
TestDiskCheckerWithDiskIo.testDiskIoDetectsCreateErrors
TestDiskCheckerWithDiskIo.testDiskIoDetectsWriteErrors
TestDiskCheckerWithDiskIo.testDiskIoIgnoresTransientWriteErrors

{code}
Error Message
/testptch/hadoop/hadoop-common-project/hadoop-common/target/test/data/1/test7838036831370034058
Stacktrace
java.nio.file.NoSuchFileException: /testptch/hadoop/hadoop-common-project/hadoop-common/target/test/data/1/test7838036831370034058
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
	at java.nio.file.Files.createDirectory(Files.java:674)
	at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
	at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
	at java.nio.file.Files.createTempDirectory(Files.java:950)
	at org.apache.hadoop.util.TestDiskCheckerWithDiskIo.createTempDir(TestDiskCheckerWithDiskIo.java:169)
	at org.apache.hadoop.util.TestDiskCheckerWithDiskIo.checkDirs(TestDiskCheckerWithDiskIo.java:152)
	at org.apache.hadoop.util.TestDiskCheckerWithDiskIo.testDiskIoIgnoresTransientWriteErrors(TestDiskCheckerWithDiskIo.java:76)
	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.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}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org