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

ASF GitHub Bot commented on BEAM-1567:
--------------------------------------

GitHub user tedyu opened a pull request:

    https://github.com/apache/beam/pull/2121

    BEAM-1567 hashStream should be closed in 
PackageUtil#createPackageAttributes()

    Here is related code:
    ```
          OutputStream hashStream = Funnels.asOutputStream(hasher);
    ```
    hashStream should be closed upon return from the method

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

    $ git pull https://github.com/tedyu/beam master

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

    https://github.com/apache/beam/pull/2121.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 #2121
    
----

----


> hashStream should be closed in PackageUtil#createPackageAttributes()
> --------------------------------------------------------------------
>
>                 Key: BEAM-1567
>                 URL: https://issues.apache.org/jira/browse/BEAM-1567
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow
>            Reporter: Ted Yu
>            Priority: Minor
>              Labels: newbie, starter
>
> Here is related code:
> {code}
>       OutputStream hashStream = Funnels.asOutputStream(hasher);
> {code}
> hashStream should be closed upon return from the method



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to