Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 13473 invoked from network); 15 Oct 2009 07:23:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 07:23:54 -0000 Received: (qmail 25877 invoked by uid 500); 15 Oct 2009 07:23:54 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 25835 invoked by uid 500); 15 Oct 2009 07:23:54 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 25825 invoked by uid 99); 15 Oct 2009 07:23:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 07:23:54 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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, 15 Oct 2009 07:23:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DCAF1234C045 for ; Thu, 15 Oct 2009 00:23:31 -0700 (PDT) Message-ID: <1325243958.1255591411899.JavaMail.jira@brutus> Date: Thu, 15 Oct 2009 00:23:31 -0700 (PDT) From: "Suresh Srinivas (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-677) Rename failure due to quota results in deletion of src directory In-Reply-To: <197667983.1254858931299.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765944#action_12765944 ] Suresh Srinivas commented on HDFS-677: -------------------------------------- Latest patch passes all the tests with the following exception: # org.apache.hadoop.hdfs.TestFileAppend3 (HDFS-668) # org.apache.hadoop.hdfs.server.namenode.TestBackupNode(HDFS-192) Here is the test-patch result: [exec] +1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] +1 tests included. The patch appears to include 16 new or modified tests. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] +1 release audit. The applied patch does not increase the total number of release audit warnings. > Rename failure due to quota results in deletion of src directory > ---------------------------------------------------------------- > > Key: HDFS-677 > URL: https://issues.apache.org/jira/browse/HDFS-677 > Project: Hadoop HDFS > Issue Type: Bug > Components: name-node > Affects Versions: 0.20.1, 0.20.2, 0.21.0, 0.22.0 > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Priority: Blocker > Fix For: 0.20.2, 0.21.0, 0.22.0 > > Attachments: hdfs-677.8.patch, hdfs-677.9.patch > > > Renaming src to destination where src has exceeded the quota to a dst without sufficent quota fails. During this failure, src is deleted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.