You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/11/03 02:27:00 UTC

[jira] [Commented] (HIVE-24694) Early connection close to release server resources during creating

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

Duo Zhang commented on HIVE-24694:
----------------------------------

Any change to backport this bug fix to hive 3.x and make a new patch release? [~kgyrtkirk]

Thanks.

> Early connection close to release server resources during creating
> ------------------------------------------------------------------
>
>                 Key: HIVE-24694
>                 URL: https://issues.apache.org/jira/browse/HIVE-24694
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>            Reporter: Zhihua Deng
>            Assignee: Zhihua Deng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0-alpha-1
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> If exception happens during we try to get the connection from HiveDriver,  the opened transport or session may leave unclosed as the connection returned is null, we cannot call the close method to release the server resources(threads, connection quota, etc.), this could make things more worse if the user rearches the connection limit and retries... 



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