Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 86900 invoked from network); 18 Jul 2007 06:26:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2007 06:26:42 -0000 Received: (qmail 21098 invoked by uid 500); 18 Jul 2007 06:26:31 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 21056 invoked by uid 500); 18 Jul 2007 06:26:31 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 20997 invoked by uid 99); 18 Jul 2007 06:26:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 23:26:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2007 23:26:26 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BB92B71421A for ; Tue, 17 Jul 2007 23:26:05 -0700 (PDT) Message-ID: <23321511.1184739965765.JavaMail.jira@brutus> Date: Tue, 17 Jul 2007 23:26:05 -0700 (PDT) From: "Raghu Angadi (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Assigned: (HADOOP-1625) "could not move files" exception in DataXceiver In-Reply-To: <25643643.1184725984498.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-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghu Angadi reassigned HADOOP-1625: ------------------------------------ Assignee: Raghu Angadi > "could not move files" exception in DataXceiver > ----------------------------------------------- > > Key: HADOOP-1625 > URL: https://issues.apache.org/jira/browse/HADOOP-1625 > Project: Hadoop > Issue Type: Bug > Components: dfs > Affects Versions: 0.14.0 > Reporter: Konstantin Shvachko > Assignee: Raghu Angadi > Priority: Blocker > Fix For: 0.14.0 > > > I am running TestDFSIO with the new crcs. > The test fails with the following exception repeated several times > 07/07/17 19:15:50 WARN fs.DFSClient: Error while writing. > java.io.EOFException > at java.io.DataInputStream.readByte(DataInputStream.java:243) > at org.apache.hadoop.dfs.DFSClient$DFSOutputStream.endBlock(DFSClient.java:1663) > at org.apache.hadoop.dfs.DFSClient$DFSOutputStream.close(DFSClient.java:1735) > at org.apache.hadoop.fs.FSDataOutputStream$PositionCache.close(FSDataOutputStream.java:49) > at org.apache.hadoop.fs.FSDataOutputStream.close(FSDataOutputStream.java:64) > at org.apache.hadoop.io.SequenceFile$Writer.close(SequenceFile.java:773) > at org.apache.hadoop.fs.TestDFSIO.createControlFile(TestDFSIO.java:129) > at org.apache.hadoop.fs.TestDFSIO.main(TestDFSIO.java:353) > The data-node log also contains an exception. > 07/07/17 19:15:50 ERROR dfs.DataNode: DataXCeiver > java.io.IOException: could not move files for blk_-2838788366095905360 from tmp to C:\ndfs\data\current\blk_-2838788366095905360 > at org.apache.hadoop.dfs.FSDataset$FSDir.addBlock(FSDataset.java:93) > at org.apache.hadoop.dfs.FSDataset$FSDir.addBlock(FSDataset.java:82) > at org.apache.hadoop.dfs.FSDataset$FSVolume.addBlock(FSDataset.java:327) > at org.apache.hadoop.dfs.FSDataset.finalizeBlock(FSDataset.java:593) > at org.apache.hadoop.dfs.DataNode$DataXceiver.writeBlock(DataNode.java:962) > at org.apache.hadoop.dfs.DataNode$DataXceiver.run(DataNode.java:734) > at java.lang.Thread.run(Thread.java:595) > In debugger I can see that the meta-data file rename fails. > The data-node runs on windows (if it is relevant). > I mark it is as a blocker until the reverse is proven. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.