Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 5262 invoked from network); 23 Oct 2008 17:01:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2008 17:01:41 -0000 Received: (qmail 57397 invoked by uid 500); 23 Oct 2008 17:01:38 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 57369 invoked by uid 500); 23 Oct 2008 17:01:37 -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 57358 invoked by uid 99); 23 Oct 2008 17:01:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2008 10:01:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 23 Oct 2008 17:00:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 410E4234C23B for ; Thu, 23 Oct 2008 10:00:44 -0700 (PDT) Message-ID: <467758417.1224781244265.JavaMail.jira@brutus> Date: Thu, 23 Oct 2008 10:00:44 -0700 (PDT) From: "Devaraj Das (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4506) Exception during sort validation In-Reply-To: <455720865.1224769124335.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-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642201#action_12642201 ] Devaraj Das commented on HADOOP-4506: ------------------------------------- Raghu could you please see whether this is related to hadoop-4499? Thanks, Devaraj > Exception during sort validation > -------------------------------- > > Key: HADOOP-4506 > URL: https://issues.apache.org/jira/browse/HADOOP-4506 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.19.0 > Reporter: Suman Sehgal > > During sort validation, after validation job is completed, following exception is observed: > 2008-10-23 11:15:32,686 INFO org.apache.hadoop.fs.FSInputChecker: java.io.IOException: Checksum ok was sent and should not be sent again > at org.apache.hadoop.hdfs.DFSClient$BlockReader.read(DFSClient.java:1064) > at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.readBuffer(DFSClient.java:1613) > at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.read(DFSClient.java:1663) > at org.apache.hadoop.hdfs.DFSClient$DFSInputStream.read(DFSClient.java:1590) > at java.io.DataInputStream.readInt(DataInputStream.java:370) > at org.apache.hadoop.io.BytesWritable.readFields(BytesWritable.java:149) > at org.apache.hadoop.mapred.JobClient$RawSplit.readFields(JobClient.java:900) > at org.apache.hadoop.mapred.JobClient.readSplitFile(JobClient.java:976) > at org.apache.hadoop.mapred.JobInProgress.initTasks(JobInProgress.java:369) > at org.apache.hadoop.mapred.EagerTaskInitializationListener$JobInitThread.run(EagerTaskInitializationListener.java:55) > at java.lang.Thread.run(Thread.java:619) > After that, "job successfully completed" message comes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.