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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2017/06/16 09:49:00 UTC

[jira] [Resolved] (HADOOP-13568) S3AFastOutputStream to implement flush()

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

Steve Loughran resolved HADOOP-13568.
-------------------------------------
       Resolution: Won't Fix
    Fix Version/s: 2.9.0

Closing as a wontfix. the problem here is that you mustn't post a block until you have >5MB since the last post, so sometimes flush would work, sometimes it wouldn't

> S3AFastOutputStream to implement flush()
> ----------------------------------------
>
>                 Key: HADOOP-13568
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13568
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>            Reporter: Steve Loughran
>            Priority: Minor
>             Fix For: 2.9.0
>
>
> {{S3AFastOutputStream}} doesn't implement {{flush()}}, so it's a no-op.
> Really it should trigger a multipart upload of the current buffer.
> Note that simply calling {{uploadBuffer()} isn't enough...do that and things fail.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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