GitHub user fholger opened a pull request:
https://github.com/apache/flink/pull/2581
[FLINK-4709] Fix resource leak in InputStreamFSInputWrapper
InputStreamFSInputWrapper is a wrapper around an arbitrary Java
InputStream. As such, it needs to reimplement the close() function and forward
it to the wrapped stream, otherwise there is a potential resource leak. This PR
forwards the close() call to the underlying stream.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fholger/flink flink-4709
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2581.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 #2581
----
commit 8ac14e34f87bcc318e9a57b8385fc419f3443345
Author: Holger Frydrych <[email protected]>
Date: 2016-10-03T12:34:19Z
[FLINK-4709] Fix resource leak in InputStreamFSInputWrapper
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---