You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/12 02:27:00 UTC

[jira] [Commented] (FLINK-3296) DataStream.write*() methods are not flushing properly

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

ASF GitHub Bot commented on FLINK-3296:
---------------------------------------

Github user coveralls commented on the issue:

    https://github.com/apache/flink/pull/1563
  
    
    [![Coverage Status](https://coveralls.io/builds/15015307/badge)](https://coveralls.io/builds/15015307)
    
    Changes Unknown when pulling **df49d5bb8ba778cdd17b94318c4bf48c6d1747ad on rmetzger:flink3296** into ** on apache:master**.



> DataStream.write*() methods are not flushing properly
> -----------------------------------------------------
>
>                 Key: FLINK-3296
>                 URL: https://issues.apache.org/jira/browse/FLINK-3296
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming Connectors
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>            Priority: Critical
>             Fix For: 1.0.0
>
>
> The DataStream.write() methods rely on the {{FileSinkFunctionByMillis}} class, which has a logic for flushing records, even though the underlying stream is never flushed. This is misleading for users as files are not written as they would expect it.
> The code was initial written with FileOutputFormats in mind, but the types were not set correctly. This PR opened the write() method to any output format: https://github.com/apache/flink/pull/706/files



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