Github user zd-project commented on the issue:
https://github.com/apache/storm/pull/2769
The file resource was not wrapped in try-finally or try-with-resource
block. In case of IOException, resource may not be closed properly ---
Github user zd-project commented on the issue:
https://github.com/apache/storm/pull/2769
The file resource was not wrapped in try-finally or try-with-resource
block. In case of IOException, resource may not be closed properly ---