You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sankar Hariappan (JIRA)" <ji...@apache.org> on 2017/02/09 08:49:41 UTC

[jira] [Updated] (HIVE-15858) Beeline ^C doesn't close the session

     [ https://issues.apache.org/jira/browse/HIVE-15858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sankar Hariappan updated HIVE-15858:
------------------------------------
    Description: 
When several connections are opened through Beeline and then tries to close it using !quit or ^C command, it looks like all the connections/sessions are not getting closed.
!quit seems to close the current active connection but fails to close other open connections.
^C doesn't close any connection.

The above behaviour is noticed only with the "http" mode of transport (hive.server2.transport.mode=http). In case of "binary" mode, server triggers the close session when a socket connection is closed by peer.

> Beeline ^C doesn't close the session
> ------------------------------------
>
>                 Key: HIVE-15858
>                 URL: https://issues.apache.org/jira/browse/HIVE-15858
>             Project: Hive
>          Issue Type: Bug
>          Components: Beeline
>            Reporter: Sankar Hariappan
>            Assignee: Sankar Hariappan
>
> When several connections are opened through Beeline and then tries to close it using !quit or ^C command, it looks like all the connections/sessions are not getting closed.
> !quit seems to close the current active connection but fails to close other open connections.
> ^C doesn't close any connection.
> The above behaviour is noticed only with the "http" mode of transport (hive.server2.transport.mode=http). In case of "binary" mode, server triggers the close session when a socket connection is closed by peer.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)