Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 82308 invoked from network); 26 Feb 2008 04:28:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Feb 2008 04:28:41 -0000 Received: (qmail 9026 invoked by uid 500); 26 Feb 2008 04:28:35 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 9006 invoked by uid 500); 26 Feb 2008 04:28:35 -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 8997 invoked by uid 99); 26 Feb 2008 04:28:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2008 20:28:35 -0800 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, 26 Feb 2008 04:28:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 394D229A0011 for ; Mon, 25 Feb 2008 20:27:51 -0800 (PST) Message-ID: <404298645.1204000071233.JavaMail.jira@brutus> Date: Mon, 25 Feb 2008 20:27:51 -0800 (PST) From: "Devaraj Das (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-2893) checksum exceptions on trunk In-Reply-To: <287799254.1203978051288.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572355#action_12572355 ] Devaraj Das commented on HADOOP-2893: ------------------------------------- These errors are not new and is caused due to bad disks. The framework handles them by reexecuting tasks on other nodes. I don't think this is an issue with the framework (unless there are problems with the implementation of the checksum system which i doubt). > checksum exceptions on trunk > ---------------------------- > > Key: HADOOP-2893 > URL: https://issues.apache.org/jira/browse/HADOOP-2893 > Project: Hadoop Core > Issue Type: Bug > Components: fs > Affects Versions: 0.17.0 > Reporter: lohit vijayarenu > > While running jobs like Sort/WordCount on trunk I see few task failures with ChecksumException > Re-running the tasks on different nodes succeeds. > Here is the stack > {noformat} > Map output lost, rescheduling: getMapOutput(task_200802251721_0004_m_000237_0,29) failed : > org.apache.hadoop.fs.ChecksumException: Checksum error: /tmps/4/gs203240-29657-6751459769688273/mapred-tt/mapred-local/task_200802251721_0004_m_000237_0/file.out at 2085376 > at org.apache.hadoop.fs.FSInputChecker.verifySum(FSInputChecker.java:276) > at org.apache.hadoop.fs.FSInputChecker.readChecksumChunk(FSInputChecker.java:238) > at org.apache.hadoop.fs.FSInputChecker.read1(FSInputChecker.java:189) > at org.apache.hadoop.fs.FSInputChecker.read(FSInputChecker.java:157) > at java.io.DataInputStream.read(DataInputStream.java:132) > at org.apache.hadoop.mapred.TaskTracker$MapOutputServlet.doGet(TaskTracker.java:2299) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427) > at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:475) > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) > at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) > at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:635) > at org.mortbay.http.HttpContext.handle(HttpContext.java:1517) > at org.mortbay.http.HttpServer.service(HttpServer.java:954) > at org.mortbay.http.HttpConnection.service(HttpConnection.java:814) > at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981) > at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831) > at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) > at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) > at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) > {noformat} > another stack > {noformat} > Caused by: org.apache.hadoop.fs.ChecksumException: Checksum error: /tmps/4/gs203240-29657-6751459769688273/mapred-tt/mapred-local/task_200802251721_0004_r_000110_0/map_367.out at 21884416 > at org.apache.hadoop.fs.FSInputChecker.verifySum(FSInputChecker.java:276) > at org.apache.hadoop.fs.FSInputChecker.readChecksumChunk(FSInputChecker.java:238) > at org.apache.hadoop.fs.FSInputChecker.fill(FSInputChecker.java:176) > at org.apache.hadoop.fs.FSInputChecker.read1(FSInputChecker.java:193) > at org.apache.hadoop.fs.FSInputChecker.read(FSInputChecker.java:157) > at java.io.DataInputStream.readFully(DataInputStream.java:178) > at org.apache.hadoop.io.DataOutputBuffer$Buffer.write(DataOutputBuffer.java:56) > at org.apache.hadoop.io.DataOutputBuffer.write(DataOutputBuffer.java:90) > at org.apache.hadoop.io.SequenceFile$Reader.nextRawKey(SequenceFile.java:1930) > at org.apache.hadoop.io.SequenceFile$Sorter$SegmentDescriptor.nextRawKey(SequenceFile.java:2958) > at org.apache.hadoop.io.SequenceFile$Sorter$MergeQueue.next(SequenceFile.java:2716) > at org.apache.hadoop.mapred.ReduceTask$ValuesIterator.getNext(ReduceTask.java:209) > at org.apache.hadoop.mapred.ReduceTask$ValuesIterator.next(ReduceTask.java:177) > ... 5 more > {noformat} > both with local files -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.