You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "James Turton (Jira)" <ji...@apache.org> on 2022/10/14 04:38:00 UTC

[jira] [Commented] (DRILL-8333) Fix Resource Leaks in HTTP Plugin

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

James Turton commented on DRILL-8333:
-------------------------------------

[According to the OkHttp docs, closing the InputStreams that we obtain is the same thing|https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response-body/] so I don't think that also closing ResponseBodys will help with any resource leaks in this plugin.

> Fix Resource Leaks in HTTP Plugin
> ---------------------------------
>
>                 Key: DRILL-8333
>                 URL: https://issues.apache.org/jira/browse/DRILL-8333
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - HTTP
>    Affects Versions: 1.20.2
>            Reporter: Charles Givre
>            Assignee: Charles Givre
>            Priority: Major
>             Fix For: 1.20.3
>
>
> The HTTP plugin has several methods which collect a `ResponseBody` object but do not close these objects.  This is causing a resource leak and will cause Drill to fail in the event that queries fire off many API calls. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)