You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gene Kim (JIRA)" <ji...@apache.org> on 2014/05/29 03:42:03 UTC

[jira] [Updated] (HIVE-7141) String Format Exception in SwiftNativeFileSystemStore.java

     [ https://issues.apache.org/jira/browse/HIVE-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gene Kim updated HIVE-7141:
---------------------------

    Description: There's bug in hadoop/src/hadoop-tools/hadoop-openstack/src/main/java/org/apache/hadoop/fs/swift/snative/SwiftNativeFileSystemStore.java:931.  If SwiftUtils.fileStatsToString(statuses, "\n") returns a string containing a % character, a format exception will occur in SwiftUtils.debug which calls String.format with the given arguments.  (was: There's bug in hadoop/hadoop-tools/hadoop-openstack/src/main/java/org/apache/hadoop/fs/swift/snative/SwiftNativeFileSystemStore.java:931.  If SwiftUtils.fileStatsToString(statuses, "\n") returns a string containing a % character, a format exception will occur in SwiftUtils.debug which calls String.format with the given arguments.)

> String Format Exception in SwiftNativeFileSystemStore.java
> ----------------------------------------------------------
>
>                 Key: HIVE-7141
>                 URL: https://issues.apache.org/jira/browse/HIVE-7141
>             Project: Hive
>          Issue Type: Bug
>          Components: Logging
>            Reporter: Gene Kim
>            Priority: Trivial
>
> There's bug in hadoop/src/hadoop-tools/hadoop-openstack/src/main/java/org/apache/hadoop/fs/swift/snative/SwiftNativeFileSystemStore.java:931.  If SwiftUtils.fileStatsToString(statuses, "\n") returns a string containing a % character, a format exception will occur in SwiftUtils.debug which calls String.format with the given arguments.



--
This message was sent by Atlassian JIRA
(v6.2#6252)