Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F445960A for ; Wed, 25 Jul 2012 14:04:40 +0000 (UTC) Received: (qmail 29517 invoked by uid 500); 25 Jul 2012 14:04:38 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 28052 invoked by uid 500); 25 Jul 2012 14:04:36 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 27960 invoked by uid 99); 25 Jul 2012 14:04:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 14:04:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 944DD142823 for ; Wed, 25 Jul 2012 14:04:35 +0000 (UTC) Date: Wed, 25 Jul 2012 14:04:35 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <393686709.101234.1343225075611.JavaMail.jiratomcat@issues-vm> In-Reply-To: <324904042.70013.1342631975064.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HADOOP-8606) FileSystem.get may return the wrong filesystem 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/HADOOP-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13422282#comment-13422282 ] Hudson commented on HADOOP-8606: -------------------------------- Integrated in Hadoop-Mapreduce-trunk #1147 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1147/]) HADOOP-8606. FileSystem.get may return the wrong filesystem (Daryn Sharp via bobby) (Revision 1365224) Result = FAILURE bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1365224 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemCaching.java > FileSystem.get may return the wrong filesystem > ---------------------------------------------- > > Key: HADOOP-8606 > URL: https://issues.apache.org/jira/browse/HADOOP-8606 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Affects Versions: 1.0.0, 0.23.0, 2.0.0-alpha, 3.0.0 > Reporter: Daryn Sharp > Assignee: Daryn Sharp > Fix For: 1.2.0, 0.23.3, 3.0.0, 2.2.0-alpha > > Attachments: HADOOP-8606.branch-1.patch, HADOOP-8606.patch > > > {{FileSystem.get(URI, conf)}} will return the default fs if the scheme is null, regardless of whether the authority is null too. This causes URIs of "//authority/path" to _always_ refer to "/path" on the default fs. To the user, this appears to "work" if the authority in the null-scheme URI matches the authority of the default fs. When the authorities don't match, the user is very surprised that the default fs is used. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira