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 "Bogdan Raducanu (JIRA)" <ji...@apache.org> on 2017/02/04 11:45:51 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=15852751#comment-15852751 ] 

Bogdan Raducanu commented on HADOOP-13181:
------------------------------------------

will do

> WASB append support: getPos incorrect
> -------------------------------------
>
>                 Key: HADOOP-13181
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13181
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/azure
>    Affects Versions: 2.8.0
>            Reporter: Bogdan Raducanu
>         Attachments: append.java, HADOOP-13181.001.patch
>
>
> 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.15#6346)

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