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

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

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/5975

    [FLINK-9138][docs][tests] Make ConfigOptionsDocsCompletenessTest an IT case

    ## What is the purpose of the change
    
    This PR modifies the `ConfigOptionsDocsCompletenessTest` to be an IT case 
instead. You can now regenerate the docs without having to skip tests, since 
the docs are now generated _before_ the completeness check.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 9318

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5975.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5975
    
----
commit 048d9ec017c3bf9963593a649b21374371146131
Author: zentol <chesnay@...>
Date:   2018-05-09T08:52:34Z

    [FLINK-9138][docs][tests] Make ConfigOptionsDocsCompletenessTest an IT case

----


> Enhance BucketingSink to also flush data by time interval
> ---------------------------------------------------------
>
>                 Key: FLINK-9138
>                 URL: https://issues.apache.org/jira/browse/FLINK-9138
>             Project: Flink
>          Issue Type: Improvement
>          Components: filesystem-connector
>    Affects Versions: 1.4.2
>            Reporter: Narayanan Arunachalam
>            Priority: Major
>
> BucketingSink now supports flushing data to the file system by size limit and 
> by period of inactivity. It will be useful to also flush data by a specified 
> time period. This way, the data will be written out when write throughput is 
> low but there is no significant time period gaps between the writes. This 
> reduces ETA for the data in the file system and should help move the 
> checkpoints faster as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to