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 "Suman Sehgal (JIRA)" <ji...@apache.org> on 2008/09/30 20:03:44 UTC

[jira] Created: (HADOOP-4312) Checksum error during execution of unit tests on linux environment.

Checksum error during execution of  unit tests on linux environment.
--------------------------------------------------------------------

                 Key: HADOOP-4312
                 URL: https://issues.apache.org/jira/browse/HADOOP-4312
             Project: Hadoop Core
          Issue Type: Bug
          Components: test
    Affects Versions: 0.18.1
            Reporter: Suman Sehgal


Following unit tests are failing for 0.18.1_H4277_H4271

org.apache.hadoop.fs.TestLocalFileSystem.testAppend
Error Message
Checksum error: /xx/workspace/hadoop-0.18.1_H4277_H4271/build/test/data/append/f at 0
Stacktrace
org.apache.hadoop.fs.ChecksumException: Checksum error: /xx/workspace/hadoop-0.18.1_H4277_H4271/build/test/data/append/f at 0
	at org.apache.hadoop.fs.FSInputChecker.verifySum(FSInputChecker.java:277)
	at org.apache.hadoop.fs.FSInputChecker.readChecksumChunk(FSInputChecker.java:242)
	at org.apache.hadoop.fs.FSInputChecker.read1(FSInputChecker.java:190)
	at org.apache.hadoop.fs.FSInputChecker.read(FSInputChecker.java:159)
	at java.io.DataInputStream.read(DataInputStream.java:132)
	at org.apache.hadoop.fs.TestLocalFileSystem.readFile(TestLocalFileSystem.java:43)
	at org.apache.hadoop.fs.TestLocalFileSystem.testAppend(TestLocalFileSystem.java:173)


org.apache.hadoop.dfs.TestDFSShell.testPut
Error Message
Checksum error: /xx/workspace/hadoop-0.18.1_H4277_H4271/build/test/data/f2 at 0 
Stacktrace
java.io.IOException: Checksum error: /xx/workspace/hadoop-0.18.1_H4277_H4271/build/test/data/f2 at 0

	at org.apache.hadoop.fs.FileUtil.copy(FileUtil.java:187)
	at org.apache.hadoop.fs.FileSystem.copyFromLocalFile(FileSystem.java:1173)
	at org.apache.hadoop.dfs.TestDFSShell.testPut(TestDFSShell.java:254)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.