Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 3.1.0
-
None
-
ghx-label-6
Description
- Open a random listening port using netcat (nc -l 1234).
- When I connect through impala-shell to this port, it hangs in the connect call. I think this is similar to impala-shell connecting a load balancer port and the connection between LB and impala going down.
- Connect in impala-shell also calls PingImpalaService which does more than a normal TCP connect and can hang. Since there is no timeout set on this socket, connect can hang in this call.
- We should set a timeout on the client socket to prevent hangs during the connect phase of session creation.
Attachments
Issue Links
- is related to
-
IMPALA-6071 impala-shell hang during Kerberos authentication
- Resolved
-
IMPALA-3280 impala-shell hangs if started with --ssl option
- Resolved
- relates to
-
IMPALA-7312 Non-blocking mode for Fetch() RPC
- Resolved
-
IMPALA-2568 ExecuteStatement RPC (and beeswax query() RPC) should not block
- Open