Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 26940 invoked from network); 27 Aug 2010 23:34:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Aug 2010 23:34:20 -0000 Received: (qmail 95899 invoked by uid 500); 27 Aug 2010 23:34:20 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 95839 invoked by uid 500); 27 Aug 2010 23:34:19 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 95831 invoked by uid 99); 27 Aug 2010 23:34:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 23:34:19 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 23:34:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7RNXtwJ008995 for ; Fri, 27 Aug 2010 23:33:55 GMT Message-ID: <19693468.44851282952035688.JavaMail.jira@thor> Date: Fri, 27 Aug 2010 19:33:55 -0400 (EDT) From: "Joydeep Sen Sarma (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Resolved: (MAPREDUCE-115) Map tasks are receiving FileNotFound Exceptions for spill files on a regular basis and are getting killed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joydeep Sen Sarma resolved MAPREDUCE-115. ----------------------------------------- Resolution: Cannot Reproduce my bad. i didn't realize that we have some new changes that are not reflected in trunk. this seems to be the most likely the result of those changes. closing again. > Map tasks are receiving FileNotFound Exceptions for spill files on a regular basis and are getting killed > --------------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-115 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-115 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Jothi Padmanabhan > > The following is the log -- Map tasks are unable to locate the spill files when they are doing the final merge (mergeParts). > java.io.FileNotFoundException: File /xxx/mapred-tt/mapred-local/taskTracker/jobcache/job_200808190959_0001/attempt_200808190959_0001_m_000000_0/output/spill23.out does not exist. > at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:420) > at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:244) > at org.apache.hadoop.fs.FileSystem.getContentSummary(FileSystem.java:682) > at org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.getFileLength(ChecksumFileSystem.java:218) > at org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.seek(ChecksumFileSystem.java:259) > at org.apache.hadoop.fs.FSDataInputStream.seek(FSDataInputStream.java:37) > at org.apache.hadoop.mapred.MapTask$MapOutputBuffer.mergeParts(MapTask.java:1102) > at org.apache.hadoop.mapred.MapTask$MapOutputBuffer.flush(MapTask.java:769) > at org.apache.hadoop.mapred.MapTask.run(MapTask.java:255) > at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:2208) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.