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 ED4F21193F for ; Sat, 7 Jun 2014 15:17:04 +0000 (UTC) Received: (qmail 59068 invoked by uid 500); 7 Jun 2014 15:17:03 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 59031 invoked by uid 500); 7 Jun 2014 15:17:03 -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 59018 invoked by uid 99); 7 Jun 2014 15:17:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jun 2014 15:17:03 +0000 Date: Sat, 7 Jun 2014 15:17:03 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10647) String Format Exception in SwiftNativeFileSystemStore.java 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-10647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020828#comment-14020828 ] Hudson commented on HADOOP-10647: --------------------------------- FAILURE: Integrated in Hadoop-Mapreduce-trunk #1794 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1794/]) HADOOP-10647. String Format Exception in SwiftNativeFileSystemStore.java. (stevel: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1600971) * /hadoop/common/trunk * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-tools/hadoop-openstack/src/main/java/org/apache/hadoop/fs/swift/snative/SwiftNativeFileSystemStore.java > String Format Exception in SwiftNativeFileSystemStore.java > ---------------------------------------------------------- > > Key: HADOOP-10647 > URL: https://issues.apache.org/jira/browse/HADOOP-10647 > Project: Hadoop Common > Issue Type: Bug > Components: fs/swift > Affects Versions: 2.4.0 > Reporter: Gene Kim > Assignee: Gene Kim > Priority: Minor > Fix For: 2.5.0 > > Attachments: HADOOP-10647.patch, hadoop.patch > > > If Swift.debug is given a string containing a % character, a format exception will occur. This happens when the path for any of the FileStatus objects contain a % encoded character. The bug is located at hadoop/src/hadoop-tools/hadoop-openstack/src/main/java/org/apache/hadoop/fs/swift/snative/SwiftNativeFileSystemStore.java:931. -- This message was sent by Atlassian JIRA (v6.2#6252)