Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16705 )
Change subject: IMPALA-10472 flag for Kudu connection negotiation timeout ...................................................................... IMPALA-10472 flag for Kudu connection negotiation timeout This patch adds --kudu_client_connection_negotiation_timeout_ms flag to control client-side connection negotiation timeout in the Kudu client working as a part of the Impala's BE. Since [1] has been addressed for Kudu C++ client, it makes sense to provide a control knob to customize the timeout. That should help to address cases where very busy cluster nodes hosting Kudu tablet servers aren't fast enough to negotiate a new connection within the default timeout interval (3 sec), as mentioned in the description of [1]. [1] https://issues.apache.org/jira/browse/KUDU-2966 Change-Id: I1223187318691da47082608356547f6d78144466 Reviewed-on: http://gerrit.cloudera.org:8080/16705 Reviewed-by: Thomas Tauber-Marshall <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/common/global-flags.cc M be/src/exec/kudu-util.cc 2 files changed, 10 insertions(+), 0 deletions(-) Approvals: Thomas Tauber-Marshall: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/16705 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1223187318691da47082608356547f6d78144466 Gerrit-Change-Number: 16705 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
