Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6927
to look at the new patch set (#2).
Change subject: KUDU-2021 retry master RPC if negotiation times out
......................................................................
KUDU-2021 retry master RPC if negotiation times out
This patch fixes KUDU-2021, i.e. with this patch, in case of a
multi-master Kudu cluster, the Kudu C++ client retries an RPC with other
master if the connection negotiation with leader master timed out.
Added new integration test to cover the updated client's behavior.
Change-Id: Ib62126c9d8c6c65f447c5d03a0377eaff823393c
---
M src/kudu/client/client-internal.cc
M src/kudu/integration-tests/client_failover-itest.cc
M src/kudu/integration-tests/master_migration-itest.cc
3 files changed, 110 insertions(+), 12 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/6927/2
--
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: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>