Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 7471 invoked from network); 23 Jun 2010 00:16:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jun 2010 00:16:15 -0000 Received: (qmail 15707 invoked by uid 500); 23 Jun 2010 00:16:15 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 15622 invoked by uid 500); 23 Jun 2010 00:16:15 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 15611 invoked by uid 99); 23 Jun 2010 00:16:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 00:16:15 +0000 X-ASF-Spam-Status: No, hits=-1538.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2010 00:16:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5N0FrJq024193 for ; Wed, 23 Jun 2010 00:15:54 GMT Message-ID: <24577279.4971277252153966.JavaMail.jira@thor> Date: Tue, 22 Jun 2010 20:15:53 -0400 (EDT) From: "Aaron Kimball (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1887) MRAsyncDiskService does not properly absolutize volume root paths In-Reply-To: <1321695.21011277238055148.JavaMail.jira@thor> 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/MAPREDUCE-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Kimball updated MAPREDUCE-1887: ------------------------------------- Attachment: MAPREDUCE-1887.3.patch Agree that the javadoc comment was confusing. Updated. Thanks for the fast review! > MRAsyncDiskService does not properly absolutize volume root paths > ----------------------------------------------------------------- > > Key: MAPREDUCE-1887 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1887 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Aaron Kimball > Assignee: Aaron Kimball > Attachments: MAPREDUCE-1887.2.patch, MAPREDUCE-1887.3.patch, MAPREDUCE-1887.patch > > > In MRAsyncDiskService, volume names are sometimes specified as relative paths, which are not converted to absolute paths. This can cause errors of the form "cannot delete since it is outside of " even though the actual path is inside the root. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.