Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16705
Change subject: [BE] flag for Kudu connection negotiation timeout ...................................................................... [BE] 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 --- M be/src/common/global-flags.cc M be/src/exec/kudu-util.cc 2 files changed, 10 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/05/16705/1 -- 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: newchange Gerrit-Change-Id: I1223187318691da47082608356547f6d78144466 Gerrit-Change-Number: 16705 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
