jnturton opened a new pull request, #2678: URL: https://github.com/apache/drill/pull/2678
# [DRILL-8333](https://issues.apache.org/jira/browse/DRILL-8333): Resource leak when JsonLoader is built from a stream ## Description The JsonLoader can be built to parse from a stream, as it is by the HTTP storage plugin. Given the lifecycles of the objects involved, it is the loader that should be responsible for closing any streams that it is constructed from once JSON parsing is complete and the loader itself is closed. ## Documentation N/A ## Testing Monitor fd leakage using the lsof program on Linux while querying an HTTP plugin directly or through HTTP UDFs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org