Anuj Phadke has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/12051 )

Change subject: IMPALA-7943: Bump the default client timeout set on impala-shell
......................................................................


Patch Set 1:

1. opened a listening socket in one terminal
#anuj@anuj-OptiPlex-9020:~/Impala$ netcat -l 12345

2. Ran the shell in an another window -
anuj@anuj-OptiPlex-9020:~/Impala$ time ./bin/impala-shell.sh --ssl -i 
localhost:12345 -q "show tables"
Starting Impala Shell without Kerberos authentication
SSL is enabled. Impala server certificates will NOT be verified (set --ca_cert 
to change)
/home/anuj/Impala/toolchain/thrift-0.9.3-p4/python/lib/python2.7/site-packages/thrift/transport/TSSLSocket.py:80:
 DeprecationWarning: 3th positional argument is deprecated. Use keyward 
argument insteand.
  DeprecationWarning)
/home/anuj/Impala/toolchain/thrift-0.9.3-p4/python/lib/python2.7/site-packages/thrift/transport/TSSLSocket.py:80:
 DeprecationWarning: 4th positional argument is deprecated. Use keyward 
argument insteand.
  DeprecationWarning)
/home/anuj/Impala/toolchain/thrift-0.9.3-p4/python/lib/python2.7/site-packages/thrift/transport/TSSLSocket.py:80:
 DeprecationWarning: 5th positional argument is deprecated. Use keyward 
argument insteand.
  DeprecationWarning)
/home/anuj/Impala/toolchain/thrift-0.9.3-p4/python/lib/python2.7/site-packages/thrift/transport/TSSLSocket.py:216:
 DeprecationWarning: validate is deprecated. Use cert_reqs=ssl.CERT_NONE instead
  DeprecationWarning)
No handlers could be found for logger "thrift.transport.TSSLSocket"
Error connecting: TTransportException, Could not connect to localhost:12345: 
_ssl.c:495: The handshake operation timed out
Not connected to Impala, could not execute queries.

real    1m0.228s
user    0m0.132s
sys     0m0.040s


--
To view, visit http://gerrit.cloudera.org:8080/12051
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ifc40069e86cbf93634320804efba003fb5551afe
Gerrit-Change-Number: 12051
Gerrit-PatchSet: 1
Gerrit-Owner: Anuj Phadke <apha...@cloudera.com>
Gerrit-Reviewer: Anuj Phadke <apha...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Lars Volker <l...@cloudera.com>
Gerrit-Reviewer: Michael Ho <k...@cloudera.com>
Gerrit-Comment-Date: Fri, 07 Dec 2018 03:01:44 +0000
Gerrit-HasComments: No

Reply via email to