From core-dev-return-32068-apmail-hadoop-core-dev-archive=hadoop.apache.org@hadoop.apache.org Mon Mar 03 12:37:59 2008 Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 6126 invoked from network); 3 Mar 2008 12:37:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2008 12:37:59 -0000 Received: (qmail 43068 invoked by uid 500); 3 Mar 2008 12:37:55 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 42635 invoked by uid 500); 3 Mar 2008 12:37:53 -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 42626 invoked by uid 99); 3 Mar 2008 12:37:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 04:37:53 -0800 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; Mon, 03 Mar 2008 12:37:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44E26234C092 for ; Mon, 3 Mar 2008 04:36:51 -0800 (PST) Message-ID: <1266677167.1204547811280.JavaMail.jira@brutus> Date: Mon, 3 Mar 2008 04:36:51 -0800 (PST) From: "Hudson (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-2912) Unit test fails: org.apache.hadoop.dfs.TestFsck.testFsck. This is a regression In-Reply-To: <99188163.1204235271082.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-2912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574477#action_12574477 ] Hudson commented on HADOOP-2912: -------------------------------- Integrated in Hadoop-trunk #418 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/418/]) > Unit test fails: org.apache.hadoop.dfs.TestFsck.testFsck. This is a regression > ------------------------------------------------------------------------------ > > Key: HADOOP-2912 > URL: https://issues.apache.org/jira/browse/HADOOP-2912 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.17.0 > Reporter: Mukund Madhugiri > Assignee: Mahadev konar > Priority: Blocker > Fix For: 0.17.0 > > Attachments: HADOOP-2912_1.patch > > > Unit test fails: org.apache.hadoop.dfs.TestFsck.testFsck. This is a regression > It fails on Linux and Windows > Error from the console: > org.apache.hadoop.ipc.RemoteException: org.apache.hadoop.dfs.SafeModeException: Cannot delete /srcdat. Name node is in safe mode. > Safe mode will be turned off automatically. > at org.apache.hadoop.dfs.FSNamesystem.deleteInternal(FSNamesystem.java:1469) > at org.apache.hadoop.dfs.FSNamesystem.delete(FSNamesystem.java:1448) > at org.apache.hadoop.dfs.NameNode.delete(NameNode.java:388) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:409) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:899) > at org.apache.hadoop.ipc.Client.call(Client.java:512) > at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:198) > at org.apache.hadoop.dfs.$Proxy0.delete(Unknown Source) > at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:82) > at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:59) > at org.apache.hadoop.dfs.$Proxy0.delete(Unknown Source) > at org.apache.hadoop.dfs.DFSClient.delete(DFSClient.java:419) > at org.apache.hadoop.dfs.DistributedFileSystem.delete(DistributedFileSystem.java:162) > at org.apache.hadoop.dfs.DFSTestUtil.cleanup(DFSTestUtil.java:214) > at org.apache.hadoop.dfs.TestFsck.testFsck(TestFsck.java:75) > Recent changes: > 1. HADOOP-1986. Add support for a general serialization mechanism for Map Reduce. > 2. HADOOP-2800. Deprecate SetFile.Writer constructor not the whole class. Contributed by Johan Oskarsson. > 3. HADOOP-1985. This addresses rack-awareness for Map tasks and for HDFS in a uniform way. Contributed by Devaraj Das. > 4. HADOOP-2063. A new parameter to dfs -get command to fetch a file even if it is corrupted. (Tsz Wo (Nicholas), SZE via dhruba) > 5. HADOOP-2894. Fix a problem to do with tasktrackers failing to connect to JobTracker upon reinitialization. Contributed by Owen O'Malley. > 6. HADOOP-2871. Fixed the CHANGES.txt problem. > 7. HADOOP-2727. Fixes a problem to do with file: URI in the JobHistory init. Contributed by Amareshwari Sri Ramadasu. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.