[ 
https://issues.apache.org/jira/browse/IMPALA-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16889215#comment-16889215
 ] 

ASF subversion and git services commented on IMPALA-7800:
---------------------------------------------------------

Commit 10e72915de591cbd6354da9ac769550d2bc55df5 in impala's branch 
refs/heads/master from Alex Rodoni
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=10e7291 ]

[DOCS] An upgrade consideratiobn for IMPALA-7800

Change-Id: Ia239fec4973722bc2e53239d3dc5df608a341d92
Reviewed-on: http://gerrit.cloudera.org:8080/13879
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Reviewed-by: Michael Ho <k...@cloudera.com>


> Reject or timeout new incoming connections once --fe_service_threads limit is 
> reached
> -------------------------------------------------------------------------------------
>
>                 Key: IMPALA-7800
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7800
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Clients
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Michael Ho
>            Assignee: Zoram Thanga
>            Priority: Major
>             Fix For: Impala 3.3.0
>
>
> Currently, the number of frontend service threads is controlled by 
> {{--fe_service_threads}}. Once this limit is reached, the worker threads of 
> {{connection_setup_pool}} will block until some of the service threads exit. 
> New incoming connections will be buffered in a queue in 
> {{connection_setup_pool}} until it fills up. Currently, there is no time out 
> for all these buffered connections in the queue. Consequently, if the number 
> of frontend service threads max'ed out for an extended period of time, a 
> client trying to connect to Impala will feel "stuck" until a front end 
> service thread is available.
> We should consider either rejecting any new connections once 
> {{--fe_service_threads}} limit is reached or imposing a tunable upper bound 
> on the wait time for connections in the queue to improve the users' 
> experience. cc'ing [~zoram]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to