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 "Kanaka Kumar Avvaru (JIRA)" <ji...@apache.org> on 2015/09/16 15:08:46 UTC

[jira] [Commented] (HADOOP-10296) null check for requestContentLen is wrong in SwiftRestClient#buildException()

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

Kanaka Kumar Avvaru commented on HADOOP-10296:
----------------------------------------------

Long lasting trivial issue. [~ajisakaa], Can you please review the changes and help to commit the patch.

> null check for requestContentLen is wrong 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: BB2015-05-TBR, newbie, patch
>         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)