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 "Chris Nauroth (JIRA)" <ji...@apache.org> on 2016/05/20 04:46:12 UTC

[jira] [Commented] (HADOOP-13181) WASB append support: getPos incorrect

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

Chris Nauroth commented on HADOOP-13181:
----------------------------------------

[~bograd], thank you for the bug report.  Are you interested in contributing a patch?  If so, this page has more details on the contribution process, and how you can format and attach a proposed patch to this issue.

https://wiki.apache.org/hadoop/HowToContribute

[~dchickabasapa], would you please help code review any proposed patches that come in for this?

> WASB append support: getPos incorrect
> -------------------------------------
>
>                 Key: HADOOP-13181
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13181
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: azure
>    Affects Versions: 2.8.0
>            Reporter: Bogdan Raducanu
>         Attachments: append.java
>
>
> See attached code.
> Cause:
> In NativeAzureFileSystem.java: the append method returns 
> {code}
> new FSDataOutputStream(appendStream, statistics) 
> {code}
> Instead, it should probably return
> {code}
> new FSDataOutputStream(appendStream, statistics, meta.getLength())
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org