You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sailesh Mukil (JIRA)" <ji...@apache.org> on 2017/04/07 05:31:41 UTC

[jira] [Created] (IMPALA-5182) Explicitly close connection to impalad on error from shell

Sailesh Mukil created IMPALA-5182:
-------------------------------------

             Summary: Explicitly close connection to impalad on error from shell
                 Key: IMPALA-5182
                 URL: https://issues.apache.org/jira/browse/IMPALA-5182
             Project: IMPALA
          Issue Type: Bug
          Components: Clients
            Reporter: Sailesh Mukil
            Assignee: Sailesh Mukil


When using connections secured with SSL, a connection close comprises a bi-directional SSL_shutdown(). The second part of the bi-directional shutdown requires that the client also close the socket explicitly, and the server blocks till it gets the shutdown notification from the client.

We need to make sure that the impala-shell does the explicit close on an error.



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