You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by sihuazhou <gi...@git.apache.org> on 2018/06/14 10:14:30 UTC

[GitHub] flink pull request #6164: [FLINK-9584][connector] Properly close the output ...

GitHub user sihuazhou opened a pull request:

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

    [FLINK-9584][connector] Properly close the output stream in BucketingSink & RollingSink.

    ## What is the purpose of the change
    
    This PR fixes the unclosed streams in Bucketing-/RollingSink.
    
    ## Brief change log
    
      - *Properly close the output stream in BucketingSink & RollingSink.*
    
    ## Verifying this change
    
    This change is a trivial rework / code cleanup without any test coverage.
    
    ## Does this pull request potentially affect one of the following parts:
    
    No
    
    ## Documentation
    
    No

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

    $ git pull https://github.com/sihuazhou/flink FLINK-9584

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

    https://github.com/apache/flink/pull/6164.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 #6164
    
----
commit 5954d442c56bbf889a3cd80d893e7ee0fe83e60f
Author: sihuazhou <su...@...>
Date:   2018-06-14T10:12:20Z

    Properly close the output stream in BucketingSink & RollingSink.

----


---

[GitHub] flink pull request #6164: [FLINK-9584][connector] Properly close the output ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---