Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 69464 invoked from network); 7 May 2008 19:25:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 19:25:23 -0000 Received: (qmail 58979 invoked by uid 500); 7 May 2008 19:25:21 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 58934 invoked by uid 500); 7 May 2008 19:25:21 -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 58885 invoked by uid 99); 7 May 2008 19:25:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 12:25:21 -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; Wed, 07 May 2008 19:24:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F38B234C106 for ; Wed, 7 May 2008 12:24:55 -0700 (PDT) Message-ID: <2007784385.1210188295637.JavaMail.jira@brutus> Date: Wed, 7 May 2008 12:24:55 -0700 (PDT) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3349) FSNamesystem.changeLease(src, dst) incorrectly updates the paths inside a lease In-Reply-To: <1743680821.1210039435854.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-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated HADOOP-3349: ------------------------------------------- Attachment: 3349_20080507b.patch 3349_20080507b.patch: changed a method name > FSNamesystem.changeLease(src, dst) incorrectly updates the paths inside a lease > ------------------------------------------------------------------------------- > > Key: HADOOP-3349 > URL: https://issues.apache.org/jira/browse/HADOOP-3349 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Attachments: 3349_20080507.patch, 3349_20080507b.patch, testDFSRename.patch > > > Suppose we have a closed file /foo/a and a lease /foo/aa. Calling rename(/foo/a, /foo/b) will have a side effect "Modified Lease for file /foo/aa to new path /foo/ba". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.