Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 0.4
-
None
-
None
Description
Currently, backend impalads do not cache connections to the coordinator. On a secure cluster, this introduces a latency proportional to the # of backend clients involved in query execution, as the cost of establishing a secure connection is much higher than in the non-secure case.
When backend connections are cached, this latency is not seen for repeated query execution. Marcel has a patch that fixes the problem, documenting and assigning as appropriate.