Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5182: Explicitly close connection to impalad on error from shell ......................................................................
IMPALA-5182: Explicitly close connection to impalad on error from shell When using connections secured with SSL, a connection close comprises of 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 close notification from the client. This patch ensures that the above happens. Without this fix, the impala-shell was found to hang over connections secured with SSL when an error was encountered. Change-Id: I814df93bbcd457ad3f96b4c1ef5d8b0ddd6d141f Reviewed-on: http://gerrit.cloudera.org:8080/6587 Reviewed-by: Sailesh Mukil <[email protected]> Tested-by: Impala Public Jenkins --- M shell/impala_shell.py 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Verified Sailesh Mukil: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6587 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I814df93bbcd457ad3f96b4c1ef5d8b0ddd6d141f Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Sailesh Mukil <[email protected]>
