You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Alexey Serbin (Jira)" <ji...@apache.org> on 2021/03/08 02:31:00 UTC

[jira] [Resolved] (IMPALA-10472) Add a flag to control Kudu client connection negotiation timeout in backend

     [ https://issues.apache.org/jira/browse/IMPALA-10472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Serbin resolved IMPALA-10472.
------------------------------------
    Resolution: Fixed

> Add a flag to control Kudu client connection negotiation timeout in backend
> ---------------------------------------------------------------------------
>
>                 Key: IMPALA-10472
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10472
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>            Reporter: Alexey Serbin
>            Priority: Major
>              Labels: Kudu, client, rpc
>
> Since [KUDU-2966|http://issues.apache.org/jira/browse/KUDU-2966] is addressed, it's now possible to control the RPC connection negotiation timeout from the Kudu client's side (C++ client).  To use the newly introduced functionality in Impala's back-end, it's necessary to provide a control knob for that.
> This should help to address cases where busy/overloaded cluster nodes hosting Kudu tablet servers aren't fast enough to negotiate new connections within the default timeout interval (in most cases that's about Kudu server's connection negotiation threads being scheduled as needed and getting enough CPU time).  In practice, it's necessary to customize the corresponding setting on the Kudu server side: it's controlled by the {{\-\-rpc_negotiation_timeout_ms}} flag for {{kudu-master}} and {{kudu-tserver}}.
> The idea is to add a gflag named like {{\-\-kudu_client_connection_negotiation_timeout_ms}} with default value of 3000.  The default value 3000 is to keep the new code backwards-compatible.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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