You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/10/01 18:44:27 UTC

[jira] [Commented] (HADOOP-10296) Incorrect null check in SwiftRestClient#buildException()

    [ https://issues.apache.org/jira/browse/HADOOP-10296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940053#comment-14940053 ] 

Hudson commented on HADOOP-10296:
---------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #8552 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/8552/])
HADOOP-10296. Incorrect null check in SwiftRestClient#buildException(). (aajisaka: rev ecbfd68974691cc9103ae477d10c15c7f21b6dea)
* hadoop-common-project/hadoop-common/CHANGES.txt
* hadoop-tools/hadoop-openstack/src/main/java/org/apache/hadoop/fs/swift/http/SwiftRestClient.java


> Incorrect null check in SwiftRestClient#buildException()
> --------------------------------------------------------
>
>                 Key: HADOOP-10296
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10296
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Ted Yu
>            Assignee: Kanaka Kumar Avvaru
>            Priority: Minor
>              Labels: newbie
>             Fix For: 2.8.0
>
>         Attachments: HADOOP-10296.1.patch, HADOOP-10296.2.patch
>
>
> {code}
>         if (requestContentLen!=null) {
>           errorText.append(" available ").append(availableContentRange.getValue());
>         }
> {code}
> The null check should be for availableContentRange



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)