Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
Impala 2.0
Description
DataStreamSender creates one thread per EXCHANGE destination per query. On a large cluster with a highly concurrent workload, this will create too many threads. The immediate impact is that the thread creation time is dominating the query execution time (i.e. the prepare time is getting very high).