Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 16600 invoked from network); 20 May 2008 23:11:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 23:11:20 -0000 Received: (qmail 30054 invoked by uid 500); 20 May 2008 23:11:20 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 30023 invoked by uid 500); 20 May 2008 23:11:19 -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 30012 invoked by uid 99); 20 May 2008 23:11:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 16:11:19 -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; Tue, 20 May 2008 23:10:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E257C234C11A for ; Tue, 20 May 2008 16:10:56 -0700 (PDT) Message-ID: <842880114.1211325056926.JavaMail.jira@brutus> Date: Tue, 20 May 2008 16:10:56 -0700 (PDT) From: "dhruba borthakur (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3375) Lease paths are sometimes not removed from LeaseManager.sortedLeasesByPath In-Reply-To: <329129958.1210640457623.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-3375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-3375: ------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. Thanks Nicholas! > Lease paths are sometimes not removed from LeaseManager.sortedLeasesByPath > -------------------------------------------------------------------------- > > Key: HADOOP-3375 > URL: https://issues.apache.org/jira/browse/HADOOP-3375 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Tsz Wo (Nicholas), SZE > Priority: Blocker > Fix For: 0.18.0 > > Attachments: 3375_20080512.patch, 3375_20080514.patch, 3375_20080519.patch, 3375_20080520.patch > > > In LeaseManager, > - removeExpiredLease(Lease) does not remove paths from sortedLeasesByPath > - removeLease(...) should do sortedLeasesByPath.remove(src) no matter lease.hasPath() returns true or false. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.