Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 28205 invoked from network); 30 Sep 2008 18:04:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 18:04:11 -0000 Received: (qmail 51676 invoked by uid 500); 30 Sep 2008 18:04:03 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 51650 invoked by uid 500); 30 Sep 2008 18:04:03 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 51639 invoked by uid 99); 30 Sep 2008 18:04:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 11:04:03 -0700 X-ASF-Spam-Status: No, hits=-1997.0 required=10.0 tests=ALL_TRUSTED,FRT_VALIUM1 X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 18:03:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FFAC234C1F5 for ; Tue, 30 Sep 2008 11:03:44 -0700 (PDT) Message-ID: <252150650.1222797824191.JavaMail.jira@brutus> Date: Tue, 30 Sep 2008 11:03:44 -0700 (PDT) From: "Suman Sehgal (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-4312) Checksum error during execution of unit tests on linux environment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.