Alexey Serbin has uploaded a new patch set (#9). Change subject: KUDU-2021 test for negotiation timeout on Master RPCs ......................................................................
KUDU-2021 test for negotiation timeout on Master RPCs This patch adds integration tests to verify that the Kudu C++ client behaves as described in KUDU-2021: in case of a multi-master Kudu cluster, the client retries an RPC with other master if the connection negotiation with leader master times out. Change-Id: Ib62126c9d8c6c65f447c5d03a0377eaff823393c --- M src/kudu/integration-tests/CMakeLists.txt A src/kudu/integration-tests/client-negotiation-failover-itest.cc M src/kudu/integration-tests/client_failover-itest.cc 3 files changed, 269 insertions(+), 130 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/6927/9 -- To view, visit http://gerrit.cloudera.org:8080/6927 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ib62126c9d8c6c65f447c5d03a0377eaff823393c Gerrit-PatchSet: 9 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
