You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sailesh Mukil (JIRA)" <ji...@apache.org> on 2018/02/07 21:24:00 UTC

[jira] [Resolved] (IMPALA-6456) Add flag to configure rpc_negotiation_timeout_ms and negotiation thread count in KRPC

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

Sailesh Mukil resolved IMPALA-6456.
-----------------------------------
    Resolution: Fixed

Commit in:
https://github.com/apache/impala/commit/f243055b880afdc459373975347db5a99c3538f0

IMPALA-6456: Add flags to configure rpc_negotiation_timeout_ms and ne…

…gotiation thread count in KRPC

With the fix for KUDU-2228, the FLAGS_rpc_negotiation_timeout_ms was
retired in KRPC.

This patch introduces a flag to be able to configure that from the
Impala side (FLAGS_rpc_negotiation_timeout_ms).

It also introduces a flag to configure the negotiation
thread count (FLAGS_rpc_negotiation_thread_count).

Added a test to verify that setting FLAGS_rpc_negotiation_timeout_ms
to 0 causes negotiation failures. We unfortunately can't write a test
to check the same for FLAGS_rpc_negotiation_thread_count due to
DCHECKS present in the code.

Change-Id: I108d700e7eac04b678e21a3a920aac81ba8eede5
Reviewed-on: http://gerrit.cloudera.org:8080/9186
Reviewed-by: Sailesh Mukil <sa...@cloudera.com>
Tested-by: Impala Public Jenkins

> Add flag to configure rpc_negotiation_timeout_ms and negotiation thread count in KRPC
> -------------------------------------------------------------------------------------
>
>                 Key: IMPALA-6456
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6456
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Distributed Exec
>    Affects Versions: Impala 2.12.0
>            Reporter: Sailesh Mukil
>            Assignee: Sailesh Mukil
>            Priority: Blocker
>
> With the fix for KUDU-2228, the FLAGS_rpc_negotiation_timeout_ms was retired in KRPC. We would ideally like to have it configurable, so we can add a flag from the Impala side to control that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)