[
https://issues.apache.org/jira/browse/STORM-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15393249#comment-15393249
]
ASF GitHub Bot commented on STORM-1995:
---------------------------------------
GitHub user abellina opened a pull request:
https://github.com/apache/storm/pull/1593
STORM-1995: close input stream and other tweaks to downloadChunk
When the input stream is being removed from its parent collection (after
reading fully) in downloadChunk it isn't being closed, causing a leak.
Thanks to @tgravescs for making this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/abellina/storm
STORM-1995_downloadChunk_should_close_input_stream
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1593.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 #1593
----
commit f38982c022e38dd7e970babfdfaf941064ebfba2
Author: Alessandro Bellina <[email protected]>
Date: 2016-07-21T05:26:20Z
STORM-1995: close input stream and other tweaks to downloadChunk
----
> downloadChunk in nimbus.clj should close the input stream
> ---------------------------------------------------------
>
> Key: STORM-1995
> URL: https://issues.apache.org/jira/browse/STORM-1995
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 0.10.0, 1.0.0, 2.0.0
> Reporter: Alessandro Bellina
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)