You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2013/10/18 18:42:43 UTC

[jira] [Commented] (AVRO-1388) Avro container files should allow fsync-ing files to disk

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

Doug Cutting commented on AVRO-1388:
------------------------------------

Yes, this would be a very useful addition.  We could either add out.getFD().sync() directly to DataFileWriter.flush(), or add a new method for this.  Are there cases where folks might currently call flush() but not want to force an fsync?

> Avro container files should allow fsync-ing files to disk
> ---------------------------------------------------------
>
>                 Key: AVRO-1388
>                 URL: https://issues.apache.org/jira/browse/AVRO-1388
>             Project: Avro
>          Issue Type: Bug
>            Reporter: Hari Shreedharan
>
> Another feature we require in Avro data files in addition to AVRO-1387 is that we be able to fsync the files to disk. Currently we cannot do this, but this can be achieved without API changes. If there are no objections,  I will submit a patch



--
This message was sent by Atlassian JIRA
(v6.1#6144)